59

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?

batman
  • 1,937
  • 2
  • 22
  • 41
Code Farmer
  • 1,335
  • 3
  • 12
  • 21

5 Answers5

49

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.

rmaddy
  • 314,917
  • 42
  • 532
  • 579
25

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.

Toland Hon
  • 4,549
  • 2
  • 32
  • 36
  • 2
    Thank you. I updated my iOS to 10.1 and was going crazy why it was happening and I was refreshing app store constantly to check whether they have released Xcode 8.1 or not. – Bhavesh Bansal Oct 24 '16 at 21:31
5

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.

Cheng Zheng
  • 116
  • 4
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.

Andrea Mario Lufino
  • 7,921
  • 12
  • 47
  • 78
1
  • First: ios sdk download here 10.1
  • Second: Copy files to: Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport/
  • Third: Restart your Xcode
cRuiTe
  • 29
  • 1
  • 9