无法加载符号文件且 UDID 不匹配 - 如何修复?

发布于 2024-10-06 01:20:49 字数 417 浏览 2 评论 0原文

我在调试器中收到此错误,并且它阻止了调试。

无法加载符号文件: 无法加载符号文件: 无法加载符号文件: 无法加载符号文件: 无法加载符号文件: 无法加载符号文件: 警告: 无法读取 /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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小苏打饼 2024-10-13 01:20:49

哪个版本的 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文