我正在编写我的第一个iPhone应用程序,所以我还没有花太多的时间来了解调试的方式。基本上,我的应用程序会显示一个图像,当触摸时会播放一个简短的声音。当在XCode中编译和构建项目时,一切都成功构建,但当应用程序在iPhone模拟器中运行时,它会崩溃。我得到以下错误:iPhone Simulator 1.0 (70), iPhone OS 2.0 (5A331)
*** Termin
可能重复:
当我在XCode中为iphone创建一个应用程序时,我正面临着这种问题。Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIViewController 0x4d2eb20> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the k
我试图在一个NSMutableDictionary中设置一个值,但是我总是得到这个错误:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<__NSDictionaryI 0x10fd55990> setValue:forUndefinedKey:]: this class is not key value coding-compliantNSMutableDictionary * item =
当我构建我的项目时,它成功了,但在运行时它崩溃并抛出了一个异常:
`2012-09-19 10:03:51.469 AhsanCalculator[325:f803] *** Terminatingapp due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x6d59870> setValue:forUndefinedKey:]: this class is not key v
我正在尝试启动一个应用程序。我得到了启动屏幕,但随后我指向一个名为LoginController.xib的自定义视图控制器。因此,在启动屏幕后,我会遇到一个崩溃,错误是:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIApplication 0x7fed19c036d0> setValue:forUndefinedKey:]: this class i
我在运行应用程序时收到了这样的消息:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<examSelf0x6854ea0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key examQBodyTextView有趣的是,我从代码中删除了所有与
我最近启动了一个应用程序,它的工作一直在用SIGABRT消息崩溃。调试器顶部的一般消息是:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<UIView 0xb651580> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key parentE