when you receive this message Program received signal SIGABRT while pressing Info button on the application. Then how to figure out what is wrong and exactly where code is wrong.
Thanks for help.
when you receive this message Program received signal SIGABRT while pressing Info button on the application. Then how to figure out what is wrong and exactly where code is wrong.
Thanks for help.
Set an exception breakpoint,.
See this SO answer for a graphic illustration.
You might set a breakpoint in the UIApplication delegate methods:
- (void)applicationWillResignActive:(UIApplication *)application
or
- (void)applicationWillTerminate:(UIApplication *)application