1 2012-07-31 00:52:35.709 apress-16-3[2345:f803] *** Terminating app due to uncaught exception 'NSUnknownKeyException', reason: '[<ViewController 0x6a71920> setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key latitudeLabel.'

.xib 中的 Labe 控件链接到 .h 中的输出口 latitudeLabel:
... setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key latitudeLabel.

.m 中未合成

1 //@synthesize latitudeLabel;

这种情况下会产生这个错误。

 

我尝试把 .xib 中的所有控件 和 ViewController 中的 输出口 断开联系,再重新连上就可以了。

 

网上有关此问题的回答:.xib 未和 对应的ViewController关联。

相关文章:

  • 2022-12-23
  • 2021-09-14
  • 2022-01-03
  • 2022-01-14
  • 2021-11-11
  • 2021-06-23
猜你喜欢
  • 2021-12-19
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-25
  • 2021-06-13
相关资源
相似解决方案