美文网首页
解决This Class is not Key Value Co

解决This Class is not Key Value Co

作者: 假装门口当前台 | 来源:发表于2020-02-11 14:30 被阅读0次

今天要在xcode创建自定义view,奈何选择继承view没法选择xib,就用viewcontroller创建,然后手动改成view

然后启动一直出现崩溃,发现报错
This Class is not Key Value Coding-Compliant for the view key

找了半天原来是xib默认把view引用给了vc,但是view已经不存在了,把view的引用去掉即可


CC0C7595C3352F08A3EE2C7EEB8CC775.jpg

相关文章

网友评论

      本文标题:解决This Class is not Key Value Co

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