【发布时间】:2011-05-12 06:21:07
【问题描述】:
我刚刚将我的设备更新到 iOS 4.3.3。当我在 iOS 更新后第一次插入我的 iPhone4 时,Xcode 4 会自动更新。
运行我的项目时,我现在收到警告:
警告:无法读取符号 /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.3 (8J2)/Symbols/System/Library/AccessibilityBundles/AccessibilitySettingsLoader.bundle/AccessibilitySettingsLoader (未找到文件)。
为什么会收到此警告以及如何解决此问题?
【问题讨论】:
-
你更新 xcode 到 4.3.3 了吗?
-
是的,它确实自动更新
-
我已经开始收到类似的警告,并且从我的设备中获取符号没有帮助:警告:无法读取 /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.3 的符号(8J2)/Symbols/System/Library/Frameworks/IOKit.framework/IOKit(找不到文件)。警告:试图删除不存在的库:/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.3.3 (8J2)/Symbols/System/Library/Frameworks/IOKit.framework/IOKit 任何建议将不胜感激!跨度>
标签: iphone objective-c cocoa-touch xcode