Thanks, Kiran. It isn't configured to do that. But shouldn't it not crash the entire dev tool?
1 line of code would fix that to check for a nil. The button could be disabled in that case. Either option is a whole lot better than SIGABORTing the dev tool. Thanks for the detail. On Nov 9, 2015, at 4:49 AM, Kiran B wrote: > Hello Alex, > > This crash could happen when bot is not configured to generate code coverage > data. > > You may, > 1. Enable generation of code coverage data in the shared scheme that the bot > uses > Refer : > https://developer.apple.com/library/mac/documentation/ToolsLanguages/Conceptual/Xcode_Overview/Art/Code_Coverage_enable_2x.png > > 2. Configure the bot to always generate code coverage irrespective of the > scheme settings. > http://i.stack.imgur.com/Fxt7x.png > > Regards, > Kiran > >> On 07-Nov-2015, at 1:59 AM, Alex Zavatone <[email protected]> wrote: >> >> Has anyone else who is running a CI bot with Xcode 7.1 and Xcode server >> 5.0.1 seen this? >> >> Set up a bot to run on commit. When it's complete, Show the Report >> Navigator in Xcode on your dev box. >> >> Click on Coverage. Instant SIGABRT trying to insert a nil object. into >> NSPlaceholderArray. >> >> Fun times. >> >> >> _______________________________________________ >> Do not post admin requests to the list. They will be ignored. >> Xcode-users mailing list ([email protected]) >> Help/Unsubscribe/Update your Subscription: >> https://lists.apple.com/mailman/options/xcode-users/kiran.b%40robosoftin.com >> >> This email sent to [email protected] > > ---------------------------------------------------- > Robosoft Technologies - Emotion Engineering & Design > > Disclaimer: This email may contain confidential material. If you were not an > intended recipient, please notify the sender and delete all copies. Emails to > and from our network may be logged and monitored. This email and its > attachments are scanned for virus by our scanners and are believed to be > safe. However, no warranty is given that this email is free of malicious > content or virus. _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
