码迷,mamicode.com
首页 > 移动开发 > 详细

iOS 错误"This class is not key value coding-compliant for the key"解决方案

时间:2014-08-15 00:07:46      阅读:316      评论:0      收藏:0      [点我收藏+]

标签:des   style   http   os   io   for   ar   问题   

这个错误的出现是因为一个在File‘s Owner中一个已经链接的Interface Builder对象被删除或重命名了。

在 Interface Builder的Files‘s Owner右键查看,如果看到有警告标识,就是问题的所在。

下图中“aRemovedView“就有一个警告标识,这是因为我已经将它移除了,但是它还仍链接在IB中。因此就会给出错误:”Terminating app due to uncaught exception ‘NSUnknownKeyException‘, reason: ‘[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the keyaRemovedView.‘

bubuko.com,布布扣

翻译&编辑自:http://stackoverflow.com/a/15696469/3458781

iOS 错误"This class is not key value coding-compliant for the key"解决方案,布布扣,bubuko.com

iOS 错误"This class is not key value coding-compliant for the key"解决方案

标签:des   style   http   os   io   for   ar   问题   

原文地址:http://blog.csdn.net/willyang519/article/details/38563729

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