无法加载符号文件且 UDID 不匹配 - 如何修复?
我在调试器中收到此错误,并且它阻止了调试。
无法加载符号文件: 无法加载符号文件: 无法加载符号文件: 无法加载符号文件: 无法加载符号文件: 无法加载符号文件: 警告: 无法读取 /Developer/Platforms/iPhoneOS 的符号。 platform/DeviceSupport/4.2.1 (8C148a)/Symbols/usr/lib/info/dns.so(未找到文件)。 警告:检测到 UUID 与加载的库不匹配 - 在磁盘上是: /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/Symbols/System/Library/PrivateFrameworks/Message.framework/Message
有什么要尝试的吗?有想法吗?
干杯
I get this error in debugger and its preventing a debugging.
unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: unable to load symbol file: warning: Unable to read symbols for /Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/Symbols/usr/lib/info/dns.so (file not found).
warning: UUID mismatch detected with the loaded library - on disk is:
/Developer/Platforms/iPhoneOS.platform/DeviceSupport/4.2.1 (8C148a)/Symbols/System/Library/PrivateFrameworks/Message.framework/Message
Any things to try? Ideas?
Cheers
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
哪个版本的 Xcode 生成了您尝试调试的版本以及哪个 iOS SDK 设置为 Base SDK?您尝试调试应用程序的设备上正在运行哪个版本的 iOS?
这是一个与 UUID 与加载的库不匹配类似的问题我的猜测是设备和 IDE 之间不匹配,可能是因为使用了 SDK 的测试版。
What version of Xcode produced the build you're trying to debug and what iOS SDK was set as the Base SDK? What version of iOS is running on the device on which you're trying to debug the app?
This is a similar question to UUID mismatch detected with the loaded library and my guess is that you have a mismatch between device and IDE, possibly from using a beta version of the SDK.