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

Piyush Sanepara picture Piyush Sanepara · Dec 19, 2016 · Viewed 49k times · Source

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.

Answer

Yurii Koval picture Yurii Koval · Mar 29, 2017

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)

  4. 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 :)