美文网首页
12 *** Terminating app due to un

12 *** Terminating app due to un

作者: rebeccaBull | 来源:发表于2017-03-29 21:10 被阅读0次

"this class is not key value coding-compliant for the key …"问题的解决

此问题 一般都是由interface build与代码中IBOutlet的连接所引起的。

*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key icon.'

原因:这种错误一般是xib拖线删除了变量,没有在XIB中删除

相关文章

网友评论

      本文标题:12 *** Terminating app due to un

      本文链接:https://www.haomeiwen.com/subject/mzpyottx.html