【发布时间】:2011-07-26 06:29:15
【问题描述】:
当我尝试打开视图时收到此错误
2011-03-30 18:03:46.703 iDubstep[516:207] * 终止应用程序 由于未捕获的异常 'NSUnknownKeyException',原因: '[ setValue:forUndefinedKey:]: 这个类 不符合键值编码 关键时间。 * 首次抛出时调用堆栈:( 0 CoreFoundation
0x0140bbe9 异常预处理 + 185 1 libobjc.A.dylib
0x012005c2 objc_exception_throw + 47 2 核心基础
0x0140bb21 -[NSException 引发] + 17 3 基础
0x000476cf _NSSetUsingKeyValueSetter + 135 4 基础
0x0004763d -[NSObject(NSKeyValueCoding) setValue:forKey:] + 285 5 UIKit
0x004c68d6 -[UIRuntimeOutletConnection 连接] + 112 6 CoreFoundation
0x013822cf -[NSArray makeObjectsPerformSelector:] + 239 7 UIKit
0x004c52ed -[UINib 实例化WithOwner:选项:] + 1041 8 UIKit
0x004c7081 -[NSBundle(UISBundleAdditions) loadNibNamed:owner:options:] + 168 9 UIKit
0x0037fa94 -[UIViewController _loadViewFromNibNamed:bundle:] + 70 10 UIKit
0x0037d709 -[UIViewController loadView] + 120 11 UIKit
0x0037d5e3 -[UIViewController 视图] + 56 12 UIKit
0x0037f012 -[UIViewController viewControllerForRotation] + 63 13 UIKit
0x0037af76 -[UIViewController _visibleView] + 90 14 UIKit 0x00614a97 -[UIClientRotationContext initWithClient:toOrientation:duration:andWindow:] + 354 15 UIKit 0x002f6ba8 -[UIWindow _setRotatableClient:toOrientation:updateStatusBar:duration:force:] + 954 16 UIKit 0x00576948 -[UIWindowController 过渡:从视图控制器:到视图控制器:目标:didEndSelector:] + 1053 17 UIKit 0x00381982 -[UIViewController presentModalViewController:withTransition:] + 3151 18 iDubstep 0x00007b34 -[MainerViewController goRecord:] + 153 19 UIKit
0x002cfa6e -[UIApplication sendAction:to:from:forEvent:] + 119 20 UIKit
0x0035e1b5 -[UIControl 发送操作:到:forEvent:] + 67 21 UIKit
0x00360647 -[UIControl(内部) _sendActionsForEvents:withEvent:] + 527 22 UIKit
0x0035f438 -[UIControl touchesBegan:withEvent:] + 277 23 UIKit
0x002f4025 -[用户界面窗口 _sendTouchesForEvent:] + 395 24 UIKit
0x002d537a -[UIApplication 发送事件:] + 447 25 UIKit 0x002da732 _UIApplicationHandleEvent + 7576 26 图形服务
0x01c22a36 PurpleEventCallback + 1550 27 核心基金会
0x013ed064 __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION + 52 28 核心基础 0x0134d6f7 __CFRunLoopDoSource1 + 215 29 核心基金会
0x0134a983 __CFRunLoopRun + 979 30 核心基金会
0x0134a240 CFRunLoopRunSpecific + 208 31 核心基金会
0x0134a161 CFRunLoopRunInMode + 97 32 图形服务
0x01c21268 GSEventRunModal + 217 33 图形服务
0x01c2132d GSEventRun + 115 34 UIKit 0x002de42e UIApplicationMain + 1160 35 iDubstep
0x000028f8 主要 + 102 36 iDubstep
0x00002889 开始 + 53 ) 终止 在抛出一个实例后调用 'NSException'
【问题讨论】:
-
请更好地描述您的问题!
标签: iphone objective-c xcode