Object-c/iOS:程序在模拟器上运行良好,但收到“SIGABRT”什么时候安装到设备?
我遇到了一个奇怪的问题,我的应用程序在模拟器上运行正常
但是当我尝试将其安装到我的 ipod 时
我的程序收到“SIGABRT”
我的代码太大了,我不确定错误在哪里......
我该怎么办修复它???
非常感谢...
我感到很无助...
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...
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否检查设备本身的崩溃日志? (内存中 Xcode 中的 Ctrl+Cmd+O。)
另外,您是否在启动时进行大量处理? (我知道 iOS 将终止在特定时间段内未完成启动的应用程序。)
无论如何,如果没有有关特定错误的更多信息,就没有太多其他建议。
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!