This iPhone 6 is running iOS 10.1 (14B55c), which may not be supported by this version of Xcode

情到浓时终转凉″ 提交于 2019-11-30 00:04:24

问题


I'm trying to run the app after I updated Xcode to v8 and iOS to v10, but this error message pops up & prevents me from doing so:

This iPhone 6 is running iOS 10.1 (14B55c), which may not be supported by this version of Xcode.

What should I do to get rid of this?


回答1:


To use the iOS 10.1 beta you need to use the Xcode 8.1 beta. Xcode 8 doesn't support the iOS 10.1 beta.

And now since iOS 10.1 and Xcode 8.1 are out of beta, be sure you update to the latest, non-beta of both.




回答2:


Update Xcode 8.1 is now available on the app store, so you should just update your Xcode to the latest: https://itunes.apple.com/us/app/xcode/id497799835?mt=12


It looks like iOS 10.1 was released today, but not Xcode 8.1. If you upgraded your devices to 10.1, you'll need to download the Xcode 8.1 GM Seed in order to deploy to your devices running iOS 10.1.

You can download the 8.1 GM Seed here: https://developer.apple.com/download/

GM Seed's are typically the final version that gets released to the app store.




回答3:


The public Xcode 8 release does not support iOS 10.1 beta. Apple released beta builds of macOS Sierra 10.12.1 and iOS 10.1 a few days ago. But watchOS, tvOS and Xcode are not included in Apple's public betas.




回答4:


You need Xcode 8.1 GM to use your 10.1 device. BUT it's really absurd to release a new iOS version without releasing the respective Xcode version. Something really weird.




回答5:


  • First: ios sdk download here 10.1
  • Second: Copy files to: Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  • Third: Restart your Xcode


来源:https://stackoverflow.com/questions/39761247/this-iphone-6-is-running-ios-10-1-14b55c-which-may-not-be-supported-by-this-v

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!