我做了一个 TableViewController 并将 TableView 连接到它的类接口。然后我想更改 TableView 名称,再次连接以确定但在启动应用程序时我有 NSUnknownKeyException:
Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ClassementGroupe2 0x7597f60> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key ClassementGroupe2TableView.'
它正在寻找旧名称!我的问题是如何从任何预连接的插座中删除连接?'ClassementGroupe2TableView'
是旧名称,它不再出现在我的代码的任何部分。但它肯定存在于某些代码中,因为我有那个错误。谢谢你的帮忙。