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

IosIphoneXcodeIos10Xcode8

Ios Problem Overview


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.

enter image description here What should I do to get rid of this?

Ios Solutions


Solution 1 - Ios

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.

Solution 2 - Ios

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.

Solution 3 - Ios

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.

Solution 4 - Ios

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.

Solution 5 - Ios

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

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionCode FarmerView Question on Stackoverflow
Solution 1 - IosrmaddyView Answer on Stackoverflow
Solution 2 - IosToland HonView Answer on Stackoverflow
Solution 3 - IosCheng ZhengView Answer on Stackoverflow
Solution 4 - IosAndrea Mario LufinoView Answer on Stackoverflow
Solution 5 - IoscRuiTeView Answer on Stackoverflow