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) 

IOS Exception2 this class is not key value coding-compliant for the key Click的更多相关文章

  1. 'NSUnknownKeyException' … setValue:forUndefinedKey:]: …not key value coding compliant

    解决一个问题: 当我添加一个IBout, 报了如下错误 NSUnknownKeyException' … setValue:forUndefinedKey:]: …not key value codi ...

  2. iOS key value coding kvc在接收json数据与 model封装中的使用

    iOS key value coding  kvc在接收json数据与 model封装中的使用 使用 kvc 能够极大的简化代码工作,及以后的接口维护工作: 1:先创建MovieModel类.h和 . ...

  3. 公钥(Public Key)与私钥(Private Key)

    公钥(Public Key)与私钥(Private Key)是通过一种算法得到的一个密钥对(即一个公钥和一个私钥),公钥是密钥对中公开的部分,私钥则是非公开的部分.公钥通常用于加密会话密钥.验证数字签 ...

  4. ssh无密码登录设置方法以及出现问题 ECDSA host key 和IP地址对应的key不同的解决

    最近在做hadoop,因为要求各主机之间的用户必须相同,且为方便远程登录,需配置无密码登录 先附上ssh无密码登录设置方法: 先生成密钥并配置无ssh无密码登录本机,输入命令: ssh-keygen ...

  5. ansible报错Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this

    安装和配置好ansible,执行命令时报错如下 [root@test01 ansible-install]# ansible test -m shell -a 'w' >> Using a ...

  6. "msg": "Using a SSH password instead of a key is not possible because Host Key checking is enabled and sshpass does not support this. Please add this host's fingerprint to your known_hosts file to ma

    Centos7.5 ansible第一次使用模块报错 问题: [root@m01 ~]# ansible webservers -m ping -i ./hosts 172.16.1.7 | FAIL ...

  7. java,url长链接生成短链接,短链接生成器,自定义字符串,对字符串md5混合KEY加密,根据短链接获得key值,不重复的随机数,不重复的随机字符串

    java,url长链接生成短链接,短链接生成器,自定义字符串,对字符串md5混合KEY加密,根据短链接获得key值,不重复的随机数,不重复的随机字符串 package com.zdz.test; im ...

  8. JS 遍历 json key ,获取设置可变的key

    $(rec.data[id]).each(function(){ for(var key in this){ if(key == value){ console.info(this[key].desc ...

  9. IOS深入学习(21)之Key-value coding

    http://blog.csdn.net/developer_zhang/article/details/12840567 1 前言 本节我们主要介绍键值编码,以及如何使一个类符合KVC编码. 2 详 ...

  10. docker postgresql FATAL: could not access private key file "/etc/ssl/private/ssl-cert-snakeoil.key": Permission denied

    在docker中启动postgresql时出现错误 FATAL:  could not access private key file "/etc/ssl/private/ssl-cert- ...

随机推荐

  1. PEP 3106 -- Revamping(改进) dict.keys(), .values() and .items()

    1. Abstract(摘要) This PEP proposes(建议) to change the .keys(), .values() and .items() methods of the b ...

  2. js的变量的有效域

    function test(o) { var i=0; if(typeof o=="object") { var j=1; for(var k=0;k<10;k++) { c ...

  3. 安装smartmontool报错:libc6-dev : 破坏:

    https://blog.csdn.net/weixin_38705903/article/details/81947717

  4. React Native - 2 控件Flexbox

    *强烈建议使用Genymotion模拟器,比AVD速度快,功能强大.   1. flexDirection Flexbox是连续布局,它有主轴(primary axis)和交叉轴(cross axis ...

  5. Codeforces 1023 C.Bracket Subsequence-STL(vector) (Codeforces Round #504 (rated, Div. 1 + Div. 2, based on VK Cup 2018 Fi)

    C. Bracket Subsequence ... 代码: 1 //C 2 #include<iostream> 3 #include<cstdio> 4 #include& ...

  6. HDU 6330.Problem L. Visual Cube-模拟到上天-输出立方体 (2018 Multi-University Training Contest 3 1012)

    6330.Problem L. Visual Cube 这个题就是输出立方体.当时写完怎么都不过,后来输出b<c的情况,发现这里写挫了,判断失误.加了点东西就过了,mdzz... 代码: //1 ...

  7. [BZOJ 1799] self 同类分布

    Link: BZOJ 1799 传送门 Solution: 一句话的题目,看得爽,做得烦 一般这类和数位相关的都是数位$dp$吧 不过一开始还是感觉不太可做,毕竟每个数模数不同 但要发现,模数最高也只 ...

  8. ListView控件(下)简单适配器

    (一) 1.效果图 2.activiy_main.xml <?xml version="1.0" encoding="utf-8"?> <Li ...

  9. 解决ThinkPHP3.2.3框架,PDO驱动查询出来的字段名全是小写的bug

    找到文件:ThinkPHP\Library\Think\Db\Driver.class.php 找到代码: // PDO连接参数 protected $options = array( PDO::AT ...

  10. 英雄pk理解面向对象中的this指针概念

    class Hero { public int ATN { get; set; } public int DEF { get; set; } public int HP { get; set; } p ...