我收到了这条消息:
*** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<FirstViewController 0x601b610> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key newCell.'
我该如何解决?
我收到了这条消息:
*** 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-键.html
如果这对其他人有帮助,在检查并更新视图和匹配的 IBOulet 之间的所有链接之后,清理您的项目有时可以解决此问题。