22

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?

arcade16
  • 1,535
  • 4
  • 23
  • 45
  • 1
    you can find your answer here http://stackoverflow.com/questions/40226916/xcode-app-running-issue – Ali Omari Oct 26 '16 at 11:24
  • The solution is to update Xcode, just remember that for some reason Xcode updates notifications not always show up in the App Store, so you just go and search for it. – Heitor May 11 '17 at 10:41

2 Answers2

41

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à
Rafat touqir Rafsun
  • 2,777
  • 28
  • 24
10

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/

Jonah
  • 17,918
  • 1
  • 43
  • 70