... 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关联。
/**************************************************************************
                 
原文来自博客园——Submarinex的博客: www.cnblogs.com/submarinex/               
 
*************************************************************************/