ios 11.1 (15B93) xcode
起因,手贱升级xcode
解决办法
1、复制一份旧的SDK,并重新命名为真机测试需要的SDK版本;
具体做法是,找到路径: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk (提示:要在应用程序中找到Xcode,右键点击 -> 显示包内容,以前Xcode版本的iOS SDK有的保存在系统根目录下)。
2.修改SDKSettings.plist文件中的版本号
按照/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk 的顺序打开SDKSettings.plist 文件,将里面所有跟版本有关的数字都修改为11.1
3,新增真机调试包及内容
打开路径:
/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
下载
http://download.csdn.net/download/u012320385/10106792
解压
重启xcode,再次运行就好了。
发表回复