This only happens in Xcode 7 using the iOS 9 SDK - EXC_BAD_ACCESS error in the return UIApplicationMain(argc, argv, nil, nil); line return UIApplicationMain(argc, argv, nil, nil); in int main(int argc, char *argv[])
Also see a bunch of log output: ObjectiveC.gcda: cannot merge previous GCDA file: corrupt arc tag (0x614e6269)
Stacktrace:
#0 0x017a71e6 in llvm_gcda_emit_function ()
I tried changing a bunch of Xcode build settings to disable code coverage, but failed. Any help appreciated!
source share