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

31,693

Solution 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.

Solution 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.

Solution 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.

Solution 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.

Solution 5

  • First: ios sdk download here 10.1
  • Second: Copy files to: Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  • Third: Restart your Xcode
Share:
31,693
Code Farmer
Author by

Code Farmer

Updated on June 18, 2020

Comments

  • Code Farmer
    Code Farmer almost 4 years

    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?