xcode – 需要’NSUnknownKeyException’的帮助

前端之家收集整理的这篇文章主要介绍了xcode – 需要’NSUnknownKeyException’的帮助前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我收到了这条消息,但我无法解决.消息是:

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

请任何人帮助我.

解决方法

这通常是由于删除了IB对象而忘记删除它的链接.

IE删除UIScrollView但忘记删除它通过IBOutlet链接到UIView的方式.

今天早些时候遇到同样的问题……在这里找到答案:http://www.iphonedevsdk.com/forum/iphone-sdk-development/47036-setvalue-forundefinedkey-class-not-key-value-coding-compliant-key.html

猜你在找的Xcode相关文章