我已将iOS设备更新为iOS 10,现在Xcode在尝试使用Xcode 7.3.1在iPhone上运行时说“无法找到开发者磁盘映像”如何解决问题并使Xcode支持iOS 10设备?
如果您想在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
正如holex说安装Xcode 8解决了这个问题
您可以尝试从移动设备下载所需iOS版本的开发人员磁盘映像;如果您只想要一个快速简单的解决方案..
你需要转到:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
并粘贴您手动下载的开发人员磁盘映像。