码迷,mamicode.com
首页 > 其他好文 > 详细

'NSUnknownKeyException', reason:....etValue:forUndefinedKey:]: this class is not key value coding-compliant for the key

时间:2014-09-07 03:17:24      阅读:147      评论:0      收藏:0      [点我收藏+]

标签:io   ar   strong   for   sp   on   c   ef   app   

erminating app due to uncaught exception ‘NSUnknownKeyException‘, reason: ‘[<MainTableViewController 0xae26040> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key messageImage1.‘

我的是因为lib组件关联IBOutlet的时候关联到了file‘s ower了。改成直接关联lib对应的那个class即可

 

按钮出发事件的时候同样有类似解决方法的错误,错误如下

Terminating app due to uncaught exception ‘NSInvalidArgumentException‘, reason: ‘-[MainTableViewController gotoThat:]: unrecognized selector sent to instance 0xb91feb0‘

解决方法同上

'NSUnknownKeyException', reason:....etValue:forUndefinedKey:]: this class is not key value coding-compliant for the key

标签:io   ar   strong   for   sp   on   c   ef   app   

原文地址:http://www.cnblogs.com/langtianya/p/3960052.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!