解决一个问题:

当我添加一个IBout,

报了如下错误

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

一般情况下是

Look in your storyboard or xib (whichever you're using) for the ViewControllerWelcome object. The most likely source of this error is that something has a connection to an action or outlet called done that doesn't exist in the code for that class.

  查看你得storyboard or xib 。。最大的可能是有一个connection to an action or outlet 在相应地类中没有对应的代码。

最新文章

  1. int 和 string 相互转换(简洁版)
  2. Hadoop日记Day12---MapReduce学习
  3. go语言 hello 小结
  4. 常用js正则归类
  5. hdu2767 Proving Equivalences Tarjan缩点
  6. Leetcode Evaluate Reverse Polish Notation
  7. HTML5[8]: 图文混排,图片与文字居中对齐
  8. Jetson TK1刷机+配置Mini PCI-e无线网卡
  9. 数码管字符产生器GenSym 1.0发布
  10. bzoj3315:[Usaco2013 Nov]Pogo-Cow
  11. (转)互联网协议入门 ------ HTTP(1)
  12. Memcache的部署和使用
  13. oracle中循环插入语句
  14. ThinkPHP实现用户登录
  15. jvm原理及调优
  16. 我对Map端spill的理解
  17. HTTP协议详解【转】
  18. MySQL之表操作
  19. 网络服务器操作命令telnet
  20. ps 命令的十个简单用法

热门文章

  1. Java 内部类理解
  2. [Tjoi2016&Heoi2016] 树
  3. request的Content-Type小结
  4. robotframework执行用例时,报错selenium.common.exceptions.WebDriverException: Message: unknown error: cannot get automation extension from unknown error: page could not be found: chrome-extension://aapnijgdinl
  5. vim带你装逼带你飞(二)
  6. hdu4888 Redraw Beautiful Drawings(最大流)
  7. 无线 WIFI 的13个信道频率范围(转载)
  8. 不让浏览器缓存input的值
  9. 洛谷 P4552 [Poetize6] IncDec Sequence【差分+脑洞】
  10. hdu 1348【凸包模板】