Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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

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.

like image 210
Piyush Sanepara Avatar asked Dec 19 '16 10:12

Piyush Sanepara


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 11 support ios8?

Xcode 11 supports development for devices running iOS 13.1. Xcode 11 supports on-device debugging for iOS 8 and later, tvOS 9 and later, and watchOS 2 and later.

What is the Xcode latest version?

Xcode is Apple's integrated development environment (IDE) for macOS, used to develop software for macOS, iOS, iPadOS, watchOS, and tvOS. It was initially released in late 2003; the latest stable release is version 13.4. 1, released on June 2, 2022, via the Mac App Store with macOS Monterey.

Can Xcode run on iOS?

You can also run iOS and tvOS apps on a wireless device if you pair the device with Xcode.


3 Answers

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

like image 167
Yurii Koval Avatar answered Oct 10 '22 17:10

Yurii Koval


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

like image 34
Daniel Castro Avatar answered Oct 10 '22 17:10

Daniel Castro


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

like image 10
Darshit Mendapara Avatar answered Oct 10 '22 19:10

Darshit Mendapara