首页 > 其他 > 详细

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

时间:2015-03-27 16:25:55      阅读:174      评论:0      收藏:0      [点我收藏+]

解决一个问题:

当我添加一个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 在相应地类中没有对应的代码。

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

原文:http://www.cnblogs.com/ljlkfx/p/4371759.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!