Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 xcode 4.2 中为 iPhone 运行我的应用程序,但它一直在关闭。据我所知,SIGABRT 可以来自很多地方。我已经尝试重新启动计算机并重置 iOS 模拟器。构建成功,但在我测试应用程序之前会弹出此错误。错误在 main.m 文件中。
0x00001fa8 <+0152> mov -0x38(%ebp),%ecx
线程1:程序接收信号:“SIGABRT”
SIGABRT 表示您的代码中某处发生了错误。这可能是由于各种问题而发生的。尝试在断点导航器中设置异常断点,或者自己手动设置断点,看看哪里抛出异常。您还可以在调试器控制台中查看异常的来源。