How to debug iPhone project crash when there is no error message
- by teepusink
Hi,
I am doing this iPhone app that works fine on the simulator.
However, when I run it on a device in debug mode, it just crash without any error messages.
How can I debug that?
I heard about a flag we can set to help with this kind of situation but not sure what that flag is and how to set it.
If I'm not mistaken I think what that flag does is put a break point automatically prior to crash.
Thanks,
Tee