Xcode7 支持 iOS 10设备的编译
1, 简言之,下载Xcode-beta.app (beta4), 将Xcode-beta.app中的10.0 (14A5322e)目录拷贝至Xcode.app中的DeviceSupport中
cp -r Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0 (14A5322e) /Applications/Xcode_7.2.1.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
2,命令行执行如下命令, 目的是建立一个10.0版本的软链接:
sudo ln -s \
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ \(14A5309d\) \
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0
1, 简言之,下载Xcode-beta.app (beta4), 将Xcode-beta.app中的10.0 (14A5322e)目录拷贝至Xcode.app中的DeviceSupport中
cp -r Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0 (14A5322e) /Applications/Xcode_7.2.1.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
2,命令行执行如下命令, 目的是建立一个10.0版本的软链接:
sudo ln -s \
/Applications/Xcode-beta.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0\ \(14A5309d\) \
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/10.0