首页 技术 正文
技术 2022年11月6日
0 收藏 373 点赞 482 浏览 2336 个字

2015-06-16 23:00:53.706 MyIOSPackage[823:280049] *** Terminating app due to uncaught exception ‘NSUnknownKeyException’, reason: ‘[<MyIOSPackage.ViewController 0x7fd760715ac0> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key Click.’

*** First throw call stack:

(

0   CoreFoundation                      0x000000010087fb95 __exceptionPreprocess + 165

1   libobjc.A.dylib                     0x00000001023d4bb7 objc_exception_throw + 45

2   CoreFoundation                      0x000000010087f7d9 -[NSException raise] + 9

3   Foundation                          0x0000000100c9dde3 -[NSObject(NSKeyValueCoding) setValue:forKey:] + 259

4   CoreFoundation                      0x00000001007c7dd0 -[NSArray makeObjectsPerformSelector:] + 224

5   UIKit                               0x00000001013eea7d -[UINib instantiateWithOwner:options:] + 1506

6   UIKit                               0x000000010124a598 -[UIViewController _loadViewFromNibNamed:bundle:] + 242

7   UIKit                               0x000000010124ab88 -[UIViewController loadView] + 109

8   UIKit                               0x000000010124adf9 -[UIViewController loadViewIfRequired] + 75

9   UIKit                               0x000000010124b28e -[UIViewController view] + 27

10  UIKit                               0x00000001011675e9 -[UIWindow addRootViewControllerViewIfPossible] + 58

11  UIKit                               0x00000001011679af -[UIWindow _setHidden:forced:] + 247

12  UIKit                               0x0000000101174219 -[UIWindow makeKeyAndVisible] + 42

13  UIKit                               0x0000000101117727 -[UIApplication _callInitializationDelegatesForMainScene:transitionContext:] + 2732

14  UIKit                               0x000000010111a43e -[UIApplication _runWithMainScene:transitionContext:completion:] + 1349

15  UIKit                               0x000000010111933c -[UIApplication workspaceDidEndTransaction:] + 179

16  FrontBoardServices                  0x0000000103f27f85 __31-[FBSSerialQueue performAsync:]_block_invoke_2 + 21

17  CoreFoundation                      0x00000001007b349c __CFRUNLOOP_IS_CALLING_OUT_TO_A_BLOCK__ + 12

18  CoreFoundation                      0x00000001007a91e5 __CFRunLoopDoBlocks + 341

19  CoreFoundation                      0x00000001007a8fa5 __CFRunLoopRun + 2389

20  CoreFoundation                      0x00000001007a83e6 CFRunLoopRunSpecific + 470

21  UIKit                               0x0000000101118da9 -[UIApplication _run] + 413

22  UIKit                               0x000000010111bb60 UIApplicationMain + 1282

23  MyIOSPackage                        0x00000001006a1837 main + 135

24  libdyld.dylib                       0x0000000102b78145 start + 1

25  ???                                 0x0000000000000001 0x0 + 1

)

libc++abi.dylib: terminating with uncaught exception of type NSException

(lldb) 

相关推荐
python开发_常用的python模块及安装方法
adodb:我们领导推荐的数据库连接组件bsddb3:BerkeleyDB的连接组件Cheetah-1.0:我比较喜欢这个版本的cheeta…
日期:2022-11-24 点赞:878 阅读:9,158
Educational Codeforces Round 11 C. Hard Process 二分
C. Hard Process题目连接:http://www.codeforces.com/contest/660/problem/CDes…
日期:2022-11-24 点赞:807 阅读:5,625
下载Ubuntn 17.04 内核源代码
zengkefu@server1:/usr/src$ uname -aLinux server1 4.10.0-19-generic #21…
日期:2022-11-24 点赞:569 阅读:6,470
可用Active Desktop Calendar V7.86 注册码序列号
可用Active Desktop Calendar V7.86 注册码序列号Name: www.greendown.cn Code: &nb…
日期:2022-11-24 点赞:733 阅读:6,242
Android调用系统相机、自定义相机、处理大图片
Android调用系统相机和自定义相机实例本博文主要是介绍了android上使用相机进行拍照并显示的两种方式,并且由于涉及到要把拍到的照片显…
日期:2022-11-24 点赞:512 阅读:7,878
Struts的使用
一、Struts2的获取  Struts的官方网站为:http://struts.apache.org/  下载完Struts2的jar包,…
日期:2022-11-24 点赞:671 阅读:5,046