Program received signal: “0”. warning: check_safe_call: could not restore current frame
- by Kaushik
Require urgent help!:(
i m developing a game and i m dealing with around 20 images at the same time.
As per my knowledge, i m allocating and deallocating the images at right places.
Game runs for around 15 min fine but quits with an error message:
"Program received signal: “0”. warning: check_safe_call: could not restore current frame"
i also tried debugging with memory leak tools provided in Xcode but could not find any issue with memory management or any increase in memory size
on simulator it works fine but not on the device.
i m confused wht can be the issue.
Any help is appreciated.
Thanx in advance