【发布时间】:2012-02-03 03:39:28
【问题描述】:
我的应用程序崩溃并出现错误代码:SIGABRT。我已经进行了大量研究,但没有一个“SIGABRT 解决方案”有帮助。这是应用程序在 iOS 模拟器上崩溃后控制台中的内容:
Terminating app due to uncaught exception
'NSInternalInconsistencyException',
reason: '-[UIViewController _loadViewFromNibNamed:bundle:]
loaded the "ViewController" nib but the view outlet was not set.'
如果有人可以帮助我,那就太好了!
【问题讨论】:
-
在调试
SIGABRT时,需要create an exception breakpoint,以便在抛出异常时获得堆栈跟踪。
标签: iphone objective-c ios viewcontroller sigabrt