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. [libgdx游戏开发教程]使用Libgdx进行游戏开发(11)-高级编程技巧 Box2d和Shader

    高级编程技巧只是相对的,其实主要是讲物理模拟和着色器程序的使用. 本章主要讲解利用Box2D并用它来实现萝卜雨,然后是使用单色着色器shader让画面呈现单色状态:http://files.cnblo ...

  2. codeforces Round #440 B Maximum of Maximums of Minimums【思维/找规律】

    B. Maximum of Maximums of Minimums time limit per test 1 second memory limit per test 256 megabytes ...

  3. 洛谷 P1012 拼数 [字符串]

    题目描述 设有n个正整数(n≤20),将它们联接成一排,组成一个最大的多位整数. 例如:n=3时,3个整数13,312,343联接成的最大整数为:34331213 又如:n=4时,4个整数7,13,4 ...

  4. ubuntu 16.04.1 LTS python 3.5.2安装

    python 3.5.2安装-----------------------apt-get -y install build-essential checkinstallapt-get install ...

  5. 1.5(学习笔记)Cookie

    一.Cookie简介 Cookie是网站发送的一小段数据,在用户访问浏览网站时通过浏览器存储在用户的计算机上. 主要用于记录一些用户状态信息,例如记录用户的账号,当前所在地等,根据这些信息网站 可以提 ...

  6. 3.4常用类(java学习笔记)Math和Random

    一.Math 这个类包含执行指数.对数.平方根法.三角函数等基本的数字运算. Math中还包含一些静态常量供我们调用. 如PI圆周率,E. 1.abs(),返回该数的绝对值. public class ...

  7. 回文数 Exercise06_03

    import java.util.Scanner; /** * @author 冰樱梦 * 时间:2018年下半年 * 题目:回文数 * */ public class Exercise06_03 { ...

  8. 排排看(p20)

    public class paixu{public static void main(String[] args){int x=3;if(x>2){System.out.print(" ...

  9. css layout入门(转)

    元素与盒 在HTML中常常使用的概念是元素,而在CSS中,布局的基本单位是盒,盒总是矩形的. 元素与盒并非一一对应的关系,一个元素可能生成多个盒,CSS规则中的伪元素也可能生成盒,display属性为 ...

  10. XCode为单独文件设置ARC

    注:此文为摘抄性质 来源:http://blog.csdn.net/dehengxu/article/details/11537989 在xcode 4 中,选择 targets 中的一个target ...