Object-c/iOS:程序在模拟器上运行良好,但收到“SIGABRT”什么时候安装到设备?

发布于 2024-10-06 11:39:41 字数 173 浏览 0 评论 0原文

我遇到了一个奇怪的问题,我的应用程序在模拟器上运行正常

但是当我尝试将其安装到我的 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

吃素的狼 2024-10-13 11:39:41

您是否检查设备本身的崩溃日志? (内存中 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.

站稳脚跟 2024-10-13 11:39:41

如果您从调试器开始,您可以在崩溃后检查控制台以了解崩溃的原因!

If you start with the debugger, you can check the console after the crash for what crashed!

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文