CGR*_*CGR 7 iphone xcode ios10
我已将iOS设备更新为iOS 10,现在Xcode在尝试使用Xcode 7.3.1在iPhone上运行时说"无法找到开发者磁盘映像"如何解决问题并使Xcode支持iOS 10设备?
Bog*_*ogy 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