Reputation:
I am testing my iphone application in the real phone and when my program running a few seconds. It exit automatically and show the message ' Terminating in response to SpringBoard's termination' and in console show program exit normally.It is wired, right?
I try a few times and happened every time. The program is very simple and have a scrollview and add about 50 subviews which created programaticaly not by interface builder.
Somethings already tried
Iphone is unlocked iphone 1G and OS 2.2
How to debug this one? I can not trace any error code, because it say it is normal exit. status 0.
Thanks
Upvotes: 9
Views: 8117
Reputation: 5079
Try placing A breakpoint in didReceiveMemoryWarning. If it gets hit then I agree with david's comment.
Upvotes: 4