Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

iOS 10.1 and Xcode 8 issue

Tags:

Just installed iOS 10.1 (non beta) today, as well as the latest (non-beta) version of Xcode via the App Store and am encountering the following error:

enter image description here

My Xcode version:

enter image description here

Any and all suggestions would be welcome! Anyone else running into this?

like image 211
arcade16 Avatar asked Oct 24 '16 20:10

arcade16


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.

Does Xcode 13 support iOS 11?

Xcode 13 requires a Mac running macOS 11.3 or later.

Does Xcode work on iOS?

Xcode is a complete developer toolset for creating apps for Mac, iPhone, iPad, Apple Watch, and Apple TV.


2 Answers

Here is my quick,temporary solution for XCode 11+ release, Download the file iOS 14.1 build from Xcode 12.1

  1. Close the Xcode first
  2. Download the 10.1 / 10.2 / 10.3 / 11.4 / 14.0 / 14.1 or all folders from gDrive
  3. Copy the extracted 10.1, 10.2, 10.3, 11.4, 14.0, 14.1+ folders to this directory /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  4. Open Xcode again and wait to sync
  5. Run on iOS 10.1~14.1 devices - Voilà
like image 99
Rafat touqir Rafsun Avatar answered Oct 31 '22 02:10

Rafat touqir Rafsun


iOS 10.1 support wasn't added until Xcode 8.1 which is currently available as a GM release from https://developer.apple.com/download/

like image 26
Jonah Avatar answered Oct 31 '22 03:10

Jonah