警告:在本地找不到<无文件名>的副本



我使用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。

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

最新更新