它不是重复的,因为NSUnknownKeyException可能来自很多不同的原因,刷新和NSUnknownKeyException之间的链接没有在"复制"中解决。我的问题。
我有一个小应用程序,它完美运行,直到我启用了刷新选项并创建了从故事板到我的viewController的刷新操作
@IBAction func refresh(_ sender: UIRefreshControl) {
searchForTweets()
}
我在控制台中收到此错误
> One of the two will be used. Which one is undefined. 2017-08-11
> 23:48:45.816 Smashtag[21842:1873832] *** Terminating app due to
> uncaught exception 'NSUnknownKeyException', reason:
> '[<Smashtag.TweetTableViewController 0x7f854f50bee0>
> setValue:forUndefinedKey:]: this class is not key value
> coding-compliant for the key refresh.'
> *** First throw call stack:
我收到一个帖子1:在这一行发信号SIGABRT
class AppDelegate: UIResponder, UIApplicationDelegate {
奇怪,因为我期待一切都好......