【发布时间】:2011-07-13 11:43:47
【问题描述】:
我的实际 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。!
【问题讨论】:
标签: objective-c ios xcode ipad