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

StackOverflow https://stackoverflow.com/questions/4397968

문제

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!

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top