... setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key latitudeLabel.


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:

.m 中未合成

1 //@synthesize latitudeLabel;

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

 

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

 

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


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM