Model is running iOS 10.2 (14C92), which may not be supported by this version of Xcode

Xcode8Ios10Xcode10Ios12ios11.3

Xcode8 Problem Overview


I am facing this error, i am done with research on that.

I conclude the result, i need one file for device support 10.2(14C92)

Please share that file.

GoTo:

  • Right click on Xcode 8 or Newer version of your Xcode, select "Show Package Contents", "Contents", "Developer", "Platforms", "iPhoneOS.Platform", "Device Support"
  • Copy the 10.2(14C92) folder (or above for later version).

I need that folder.

Thanks.

Xcode8 Solutions


Solution 1 - Xcode8

If somebody facing similar issue with Xcode 9.1 enter image description here

  1. Open directory:

    /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

  2. Create new folder "11.2 (15C107)" (or "10.3 (14E269)" for older versions, depends on what exactly are you missing)

  3. Paste files from provided google drive folder

11.2 (15C107) (or 10.3 (14E269) if you need older files)

  1. Restart Xcode

For other iOS versions you may check @Sour LeangChhean 's answer

Keep in mind, that some day you will need to upgrade your Xcode anyway :)

Solution 2 - Xcode8

I had the exactly same problem. Just upgraded to xcode version 8.2.1 ( 8C1002 ) and the problem was solved.

Solution 3 - Xcode8

Here I have this file for 10.3 or 11.3 or 11.4 into Xcode 8+. You can download file from this link. 10.3:- https://www.dropbox.com/s/i1f7q8w3vgr2ozl/10.3%20%2814E269%29.zip?dl=0

11.3:- https://www.dropbox.com/s/wya3eu2j5db7tpt/11.3%20%2815E217%29.zip?dl=0

11.4:- https://www.dropbox.com/s/86i9zjunpsy9b0b/11.4%20%2815F79%29.zip?dl=0

9 -> 12 All Files: https://github.com/mendaparadarshit/xcode-9-ios-12-support

Steps:-

  1. Download above Zip file and extract them.
  2. Click on "Finder" in MAC OS, You can see in Topbar all menus, Click on "Go"
  3. Click on "Go to Folder" ()
  4. Paste this path over their (make sure that you have installed xcode with named : "Xcode.app") /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  5. Paste your extracted "10.3 (14E269)" directory to that place.
  6. quite Xcode and restart it. you can run your projects successfully in your real device.

Thank you,

Darshit

Solution 4 - Xcode8

Here I have this file for 12.1 or 12.0 or 11.3 or 11.4 into Xcode 8+ or XCode 9+. You can download file from this link. 10.3:- https://www.dropbox.com/s/i1f7q8w3vgr2ozl/10.3%20%2814E269%29.zip?dl=0

11.3:- https://www.dropbox.com/s/wya3eu2j5db7tpt/11.3%20%2815E217%29.zip?dl=0

11.4:- https://www.dropbox.com/s/86i9zjunpsy9b0b/11.4%20%2815F79%29.zip?dl=0

12.0 & 12.1:- https://github.com/Yatko/iOS-device-support-files

Steps:-

Download above Zip file and extract them.

  1. Click on "Finder" in MAC OS
  2. Click on "Go to Folder"
  3. Paste this path over their (make sure that you have installed xcode with named : "Xcode.app") /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  4. Paste your extracted "10.3 (14E269)" directory to that place.
  5. quite Xcode and restart it. you can run your projects successfully in your real device.

If you download the latest version after 12.1 then please upload that file and update the answer.

Solution 5 - Xcode8

I downloaded the appropriate zip file from https://github.com/iGhibli/iOS-DeviceSupport/tree/master/DeviceSupport for my devices version of iOS

Unzipped the contained folder to

> /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport

And finally restarted Xcode. No need to update Xcode it's self

Solution 6 - Xcode8

Here is steps to build on device with iOS 10.3 and Xcode 8.2.1:

  1. Open next directory: /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport
  2. Create new folder "10.3 (14E277)"
  3. Copy files: DeveloperDiskImage.dmg, DeveloperDiskImage.dmg.signature FROM 10.2 (14C89) folder TO new 10.3 (14E277)
  4. Restart Xcode

enter image description here

Solution 7 - Xcode8

I solved the problem by updating Xcode.

However, for some strange reason the update was NOT shown in App Store under the Updates section. I had to manually search App Store for Xcode and select GET, then INSTALL. It installed a newer version, and problem was solved.

Not sure why Apple does this to developers ...

Solution 8 - Xcode8

I have this problem, and I solved this by downloading the latest Xcode version.

Solution 9 - Xcode8

you need update your xCode to the last current version. Each version have the last iOS version included.

Solution 10 - Xcode8

Try register your device in the provisioning profile using its UDID.

Attributions

All content for this solution is sourced from the original question on Stackoverflow.

The content on this page is licensed under the Attribution-ShareAlike 4.0 International (CC BY-SA 4.0) license.

Content TypeOriginal AuthorOriginal Content on Stackoverflow
QuestionPiyush SaneparaView Question on Stackoverflow
Solution 1 - Xcode8Yurii KovalView Answer on Stackoverflow
Solution 2 - Xcode8Daniel CastroView Answer on Stackoverflow
Solution 3 - Xcode8Darshit MendaparaView Answer on Stackoverflow
Solution 4 - Xcode8Piyush SaneparaView Answer on Stackoverflow
Solution 5 - Xcode8Jase WhatsonView Answer on Stackoverflow
Solution 6 - Xcode8AlekseiPetrovskiView Answer on Stackoverflow
Solution 7 - Xcode8lenoohView Answer on Stackoverflow
Solution 8 - Xcode8bigeyesungView Answer on Stackoverflow
Solution 9 - Xcode8user6562549View Answer on Stackoverflow
Solution 10 - Xcode8Inbal TishView Answer on Stackoverflow