这个错误[NSUnknownKeyException]在xcode(目标c)中意味着什么?

时间:2016-06-08 03:21:51

标签: ios objective-c xcode

我正在运行我的应用程序,当我单击导航按钮时,它会将我带到TableViewController,它会崩溃,给我这个错误:

***由于未捕获的异常'NSUnknownKeyException'终止应用程序,原因:'[setValue:forUndefinedKey:]:此类不是密钥索引的密钥值编码兼容。'

它还突出显示错误发生的位置,指向DataTableViewController类中的这一行:

CoordinatesCustomCell *cell = [tableView dequeueReusableCellWithIdentifier:@"CoordinatesCustomCell" forIndexPath:indexPath];

我真的不知道这意味着什么,可以使用一些帮助

github代码:https://github.com/nneeranjun/Maps.git

2 个答案:

答案 0 :(得分:0)

这个问题可能是在xib或stroryboard中引起的。检查您的单元格中的类或其中的任何其他属性。

答案 1 :(得分:0)

检查您的单元格和子视图自定义类以及与所有者的关联。enter image description here