I have an app that crashes when tested on the iPhone but runs fine on the simulator. I have a feeling it probably has something to do with memory management.
A little more details about the crash.
It actually locks the phone and the white apple appears on the screen and the phone basically resets itself.
In the debugger though there is no crash log. Is there anyway to know what is causing this?
UPDATE:
I found this in the debugger
Received memory warning. Level=1
A little more details about the crash.
It actually locks the phone and the white apple appears on the screen and the phone basically resets itself.
In the debugger though there is no crash log. Is there anyway to know what is causing this?
UPDATE:
I found this in the debugger
Received memory warning. Level=1
Last edited: