iOS 9.3.1 Xcode 7.3"无法从此设备复制符号"

Psy*_*ppy 8 xcode ios

我正在使用Xcode 7.2但后来我将我的iPhone升级到iOS 9.3.1并收到消息"找不到开发人员磁盘映像".我一生中见过这么多次,所以我升级到了Xcode 7.3.现在我得到"无法从这个设备复制符号"我也尝试了β种子.有任何想法吗?

chr*_*ini 9

如果已安装,请从设备中删除应用.尝试重新连接设备并等待复制符号文件符号以完成此过程,而不是清理项目,然后重新启动Xcode.

编辑 确保您的Mac上有足够的空间


Ani*_*pta 8

我使用的是Xcode 9.1 Beta和iOS 11.1,运行项目时从Xcode收到了错误消息。

这是一条错误消息: Unable to copy symbols from this device

我做了以下步骤:

1. Quit the Xcode.
2. Delete the app from the device.
3. Delete "iOS DeviceSupport" the Symbols of iOS device from the following path: `~/Library/Developer` 
4. see the image.
Run Code Online (Sandbox Code Playgroud)

在此处输入图片说明

5. Again, connect the device and it will copy all symbols again.
Run Code Online (Sandbox Code Playgroud)

它会工作。