警告:没有<无文件名>的副本当地发现的

发布于 2024-12-25 06:50:32 字数 464 浏览 1 评论 0原文

我正在使用 Xcode 4.2 并使用真实设备(iPod touch)进行调试。调试过程非常慢,每次运行调试时我都会在控制台中收到大量消息:

warning: No copy of <No file name> found locally, reading from memory on remote device.  This may slow down the debug session.
[Switching to process 11523 thread 0x2d03]
warning: No copy of <No file name> found locally, reading from memory on remote device.  This may slow down the debug session.

已编辑: iPod 上的 IOS 是 4.2.1。

I'm using Xcode 4.2 and use real device (iPod touch) for debugging. Debugging process is really slow and I get tons of messages in console every time I run debugging:

warning: No copy of <No file name> found locally, reading from memory on remote device.  This may slow down the debug session.
[Switching to process 11523 thread 0x2d03]
warning: No copy of <No file name> found locally, reading from memory on remote device.  This may slow down the debug session.

EDITED: IOS on iPod is 4.2.1.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

愛上了 2025-01-01 06:50:32

iPod 运行什么操作系统?我猜你的 Xcode 中没有 SDK,因此它必须从设备本身读取内容。将正确的 SDK 下载到 Xcode,情况就会有所改善。

What OS is the iPod running? I'm guessing it's one that you don't have the SDK for in Xcode, hence it's having to read things from the device itself. Download the right SDK to Xcode and things should improve.

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