开发者

Object-c/iOS :Program urns fine on simulator but got "SIGABRT" when install to device?

开发者 https://www.devze.com 2023-01-30 05:58 出处:网络
I gor a strange problem ,My application runs normal on simulator But when I try to install it to my ipod

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!

0

精彩评论

暂无评论...
验证码 换一张
取 消