I gor a strange problem ,My application runs normal on simulator
But when I try to install it to my ipod
I got program receive "SIGABRT"
My code is too big ,I'm 开发者_开发技巧not sure where the bug is...
How can I fix it ???
Many thanks ...
I feel so helpless...
Are you checking the crash logs on the device itself? (Ctrl+Cmd+O in Xcode from memory.)
Also, are you doing large amounts of processing on start-up? (I know that iOS will terminate applications that don't finishing launching within a certain time period.)
Irrespective, without more information on the specific error, there's not a lot else to suggest.
If you start with the debugger, you can check the console after the crash for what crashed!
精彩评论