美文网首页
Xcode 打包探究(一)

Xcode 打包探究(一)

作者: xzhuan | 来源:发表于2019-06-03 23:03 被阅读0次

xzhuan原创稿件,转载请注明出处!
IOS真机调试包 不支持问题 :
列如
This iPhone 6s is running iOS 11.4.1 (15G77), which may not be supported by this version of Xcode.

1.百度网盘链接: https://pan.baidu.com/s/1lnkF_G3UiD8u3b2N0TUSug 密码: h6q9
2.xcode真机调试包路径:点击finder,然后快捷键command + shift + G 前往文件夹路径 /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport 将更新包解压进去。
3.修改SDKSettings.plist文件中的版本号
按/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS.sdk 的顺序打开SDKSettings.plist 文件,将里面所有跟版本有关的数字都修改为 目标版本号 即可。重启电脑再次运行就好了。

哇咔咔~~~

相关文章

网友评论

      本文标题:Xcode 打包探究(一)

      本文链接:https://www.haomeiwen.com/subject/lfckxctx.html