Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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?

like image 699
Code Farmer Avatar asked Sep 29 '16 04:09

Code Farmer


People also ask

Which iOS version does Xcode 12.4 support?

Xcode 12.4 includes SDKs for iOS 14.4, iPadOS 14.4, tvOS 14.3, watchOS 7.2, and macOS Big Sur 11.1. The Xcode 12.4 release supports on-device debugging for iOS 9 and later, tvOS 9 and later, and watchOS 2 and later. Xcode 12.4 requires a Mac running macOS 10.15. 4 or later.

What devices are compatible with iOS 10?

iOS 10 runs on: iPhone 5, iPhone 5c, iPhone 5s, iPhone 6, iPhone 6 Plus, iPhone 6s, iPhone 6s Plus, iPhone SE, iPhone 7 and iPhone 7 Plus. iPad mini 2, iPad mini 3, iPad mini 4, iPad 4th generation, iPad Air, iPad Air 2, iPad Pro 9.7 inch and iPad Pro 12.9 inch. iPod touch 6th generation.

What is 18F72?

Apple released the second Release Candidate for iPhone on Friday, May 21. The new update, build number 18F72, comes four days after the company seeded the first 14.6 RC to developers and public testers, and two days after the first beta for iOS 14.7.


2 Answers

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.

like image 96
rmaddy Avatar answered Sep 24 '22 01:09

rmaddy


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.

like image 45
Toland Hon Avatar answered Sep 22 '22 01:09

Toland Hon