Xcode8.0及以上版本如何支持iOS7.0系统真机调试?

1、Xcode默认支持的版本我们在此目录下可看到。

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

2、往该目录下添加想要支持的版本文件(可从低版本Xcode中Copy,也可去网上下载)。
本人提供下载链接:https://pan.baidu.com/s/1o8Hh7Mq
如下:

Xcode8.0及以上版本如何支持iOS7.0系统真机调试?_第1张图片
Paste_Image.png

3、修改SDKSettings.plist配置文件。
plist配置文件路径如下:

/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/

按照下图添加想要支持的版本即可:


Xcode8.0及以上版本如何支持iOS7.0系统真机调试?_第2张图片
Paste_Image.png

注:当系统提示你无权限修改SDKSettings.plist配置文件时,可以先复制到桌面,修改完后在覆盖原来的文件即可。

4、重启Xcode就可以啦,大功告成。

你可能感兴趣的:(Xcode8.0及以上版本如何支持iOS7.0系统真机调试?)