我已将iOS设备更新为iOS 10,现在Xcode表示"无法找到开发者磁盘映像"尝试使用Xcode 7.3.1在iPhone上运行时 如何解决问题并使Xcode支持iOS 10设备?
答案 0 :(得分:29)
如果您想在iOS10设备上使用Xcode 7进行开发:
ln -s /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0 \(14A345)/ /Applications/Xcode7.app/Contents/Developer/Platforms/iPhoneOS.platform /DeviceSupport/10.0
注意:这适用于Xcode 9及以上
更新2018年:
如果你想在iOS 12上使用Xcode 9:
ln -s /Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/12.0 \(16A5354b)/ /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS .platform / DeviceSupport / 12.0 强>
答案 1 :(得分:2)
正如holex所说安装Xcode 8解决问题
答案 2 :(得分:0)
您可以尝试从移动设备下载所需iOS版本的开发者磁盘映像; 如果您只想要一个快速简单的解决方案..
你需要转到:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
并粘贴您手动下载的开发者磁盘映像。