iOS之Xcode 8.0真机调试运行:This ** is running iOS 10.1.1 (14B100), which may not be supported

2016年10月份 苹果升级了iOS系统为10.1,xcode 8.0 运行会提示:

This iPhone 5 (Model A1429) is running iOS 10.1.1 (14B100), which may not be supported by this version of Xcode.

 

升级包放在路径:应用程序(xcode)-右键-显示包内容  /Developer/Platforms/iPhoneOS.platform/DeviceSupport。


添加10.1文件进去

10.1的包放在百度网盘:https://pan.baidu.com/s/1nvTkE9N,提取码:sb4r

当然你直接升级xcode8.1也可以.

参考链接:http://stackoverflow.com/questions/39761247/this-iphone-6-is-running-iOS-10-1-14b55c-which-may-not-be-supported-by-this-v

及:http://blog.csdn.NET/mideveloper/article/details/18374113

原文地址:https://www.cnblogs.com/rglmuselily/p/6278247.html