我使用 this tutorial制作的应用存在问题。
一切似乎都很好,但是当我构建时,出现了一个错误:
2014-08-28 11:49:20.038 techtopiatut[1551:60b] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x8c4dd00> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key findContact.'
如果有人想看项目,那就是 here。
最佳答案
这是因为网点无效。
如果您在此处删除saveData
中的Referencing Outlets
并在此处删除findContact
中的Referencing Outlets
关于ios - Objective-C此类不符合键findContact的键值编码要求。,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/25545991/