美文网首页
setValue:forUndefinedKey:]: this

setValue:forUndefinedKey:]: this

作者: Show_Perry | 来源:发表于2017-04-25 11:43 被阅读36次

    我们使用Xib或者Storyboard布局时很多时候会出现以下错误:

    setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key container
    

    出现以上错误的原因很多时候因为我们在为控件命名时,由于命名错误,然后按了Ctrl + z撤销或者你直接把这个控件从类中删除。但是xibOutlets中仍然有这个属性和类对应,运行时导致出错。

    解决办法:

    找到相应的视图文件Xib或者Storyboard选择Show the Connections inspector删除类中不存在的Outlets Connections如下图所示:

    屏幕快照

    相关文章

      网友评论

          本文标题:setValue:forUndefinedKey:]: this

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