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

Storyboard:this class is not key value coding-compliant for the key

时间:2015-08-14 13:44:07      阅读:307      评论:0      收藏:0      [点我收藏+]

标签:class   ios   控件   

今天写iOS程序时,突然报下面的错误。用storyboard构建页面,与vi ewController绑定控件的时候,手贱,多连了几次。

‘NSUnknownKeyException’, reason: ‘[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key name.’

解决办法:
1. 在 connection inspector 中, 删除这个 outlet 的关联;
2. 在 .swift 文件中, 找到声明的这个property, 删掉;
3. 在整个project 中,搜索这个 property, 待IBOutlet 重写声明后,替换之前的 property;

版权声明:本文为博主原创文章,未经博主允许不得转载。

Storyboard:this class is not key value coding-compliant for the key

标签:class   ios   控件   

原文地址:http://blog.csdn.net/u013598660/article/details/47660121

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