After XCode 4.2 installation my old app cannot be run. The build is successful but once simulator tries to run the app I get an error:
Thread 1: Program received signal SIGABRT
It points to this line in code in main function:
int retVal = UIApplicationMain(argc, argv, nil, nil);
No errors in the log other than:
(gdb)
Does it have to do with autoreleasepool in iOS 5? Where to look for an error? I doubt this is a code related issue because I was just running this app fine in older Xcode. This is an iPad app.