iphone - Xcode 5.1.1 Thread 1: signal SIGABRT -
when run app, after while stops working , thread 1: signal sigabrt. says on code:
#import <uikit/uikit.h> int main(int argc, char *argv[]) { nsautoreleasepool *pool = [[nsautoreleasepool alloc] init]; int retval = uiapplicationmain(argc, argv, nil, nil); [pool release]; homecoming retval; }
it says on line:
int retval = uiapplicationmain(argc, argv, nil, nil);
sigabrt means exception triggered. console log print exact exception message, , need @ (post here).
the problem in uiapplicationmain method
iphone xcode
No comments:
Post a Comment