错误:reason: '[ setValue:forUn

2016-05-25  本文已影响659人  lxf_2013

报错如下:

2016-03-11 17:11:38.452布可[1083:80957] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key icon.'


原因:这种错误一般是xib拖线删除了变量,没有在XIB中删除,(这样xib生成的XML文件中依然有相关变量)只需要在XIB中选中“icon”这个VIEW删除就可以了。

上一篇 下一篇

猜你喜欢

热点阅读