【原文地址:快速解决低版本Xcode不支持高版本iOS真机调试问题】
【作者:chenghxc】
昨天晚上在进行真机调试的时候,遇到了以下问题
The version of iOS on “xxx xxx” does not match any of the versions of iOS supported for development with this installation of the iOS SDK. Please restore the device to a version of the iOS listed below, or update to the latest version of the iOS.
主要原因是在调试前我将iOS SDK升级到了6.1版本,而我的Xcode是4.5版本的,只支持到6.0的SDK。
其实每次iOS

本文介绍了如何快速解决低版本Xcode因不支持高版本iOS真机调试出现的问题。主要方法包括复制并重命名旧SDK以匹配真机版本,修改DeviceSupport文件夹内的版本信息,以及更新SDKSettings.plist中的版本号。
最低0.47元/天 解锁文章
1790

被折叠的 条评论
为什么被折叠?



