iOS开发-非xcode8.0支持iOS10 真机调试

来源:互联网 发布:python算法精解 pdf 编辑:程序博客网 时间:2024/04/30 11:50
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
0 0
原创粉丝点击