作者热门文章
- iOS/Objective-C 元类和类别
- objective-c - -1001 错误,当 NSURLSession 通过 httpproxy 和/etc/hosts
- java - 使用网络类获取 url 地址
- ios - 推送通知中不播放声音
我使用 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 .
最佳答案
您删除了一些按钮,但引用仍然存在。看这个:
转到您的 Storyboard,然后删除黄色标记的引用。这会起作用。然后它看起来像这样:
关于ios - Objective-C 此类与键 findContact 的键值编码不兼容。,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25545991/
我使用 this tutorial 制作的应用程序出现问题. 一切似乎都很好,但是当我构建时,出现错误: 2014-08-28 11:49:20.038 techtopiatut[1551:60b]
我是一名优秀的程序员,十分优秀!