iOS 模拟器正在发出一个归属于 main.m 的 SIGABRT 信号。
我很困惑,因为我没有更改 main.m。回溯调试器总是返回 main 函数,这对我没用。
如何在 iOS 中调试 SIGABRT 信号?我希望 XCode 可以让我知道我写的哪一行导致信号触发。
这是终止我的程序后控制台发出的问题。
Couldn't register com.inimicalme.me.iosapp43 with the bootstrap server. Error: unknown error code.
This generally means that another instance of this process was already running or is hung in the debugger.
我不太确定这意味着什么,或者它是否与 SIGABRT 的发行直接相关。