xcode如何支持8.0以下

时间:2023-03-10 06:54:10
xcode如何支持8.0以下

1.

shell打开

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

https://github.com/devdawei/XcodeDeviceSupport下载放到这个目录

xcode如何支持8.0以下

2.

open

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

修改文件权限

sudo chmod 777 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk/SDKSettings.plist

找到,并增加自己要加的ios版本

xcode如何支持8.0以下

结束xcode进程

重新启动xcode如何支持8.0以下