iPad App for iPad 4.2.1不支持

时间:2011-07-13 11:43:48

标签: objective-c ios xcode ipad

我的实际iPad应用程序会导致异常。我尝试在真实设备上运行它。 使用适用于iPad 4.2的模拟器。或4.3。一切都很完美。对于我的iPhone,它也运行(当然为iPhone设备构建它)。

我的部署目标是3.2.2,在iPad上启动应用程序时出现以下异常:

> warning: Unable to read symbols for
> /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1
> (8C148)/Symbols/usr/lib/info/dns.so (file not found). 2011-07-13
> 13:34:59.270 LocationRes[1667:307] *** Terminating app
> due to uncaught exception 'NSUnknownKeyException', reason:
> '[<UIApplication 0x130a30> setValue:forUndefinedKey:]: this class is
> not key value coding-compliant for the key view.'

我不知道Xcode中的哪个设置设置错误。 ...我正在使用xCode 4.0.2。!

1 个答案:

答案 0 :(得分:2)

Xcode设置没有错,您尝试将KVC与 KVC兼容的类一起使用。

有关KCV here

的更多信息