I am using XCode Version 4.6 (4H127), I got random crash in main.m
Please see attached screenshots
Thanks
Debugger :
I am using XCode Version 4.6 (4H127), I got random crash in main.m
Please see attached screenshots
Thanks
Debugger :
The cause of the crash is not in main.m, but rather is propagating the exception up looking for an exception handler, and since no exception handler is found, shows main.m (the highest level in the app). Add an exception breakpoint and the app will stop at the line of code causing the exception.
The default settings (shown below) are usually sufficient.