iOS TableView错误:此类不是键值>符合编码的密钥表查看

时间:2016-01-28 21:07:59

标签: ios uitableview crash

我收到以下错误

  

'NSUnknownKeyException',原因:'[   setValue:forUndefinedKey:]:此类不是键值   符合编码的密钥tableView。'

这是我用来挂钩到.xib文件中的UITableView的以下属性。我做了一千次,但由于某种原因,它不再适用于我了。

@property (nonatomic,weak )IBOutlet UITableView *tableView;

没有感叹号或任何东西。我不明白为什么这个错误发生在我身上。我必须在这里错过一些小事。

我在下面张贴了一张照片,以显示没有任何感叹号的证据。

enter image description here

1 个答案:

答案 0 :(得分:1)

Go to Main.Storyboard and command click on the first icon. If you have any outlets or actions with yellow errors redo them.