Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Missing Support Files iOS 12.2 (16E227)

Tags:

xcode

ios

My device is running iOS 12.2, but the latest Xcode version available (on the store, and directly from developer.apple, which just pushes me to the store) does not provide the support files for that iOS version, so I cannot build to devices.

Here's the error message from Xcode:

enter image description here

And my Xcode build running on macOS Mojava v.10.14:

enter image description here

Are there any reputable other places to download a more recent Xcode beta from (or just the support files, in Xcode > Contents > Developer > Platforms > iPhoneOS.platform > DeviceSupport), or am I missing something here?

like image 506
Johnny Rockex Avatar asked Apr 08 '19 14:04

Johnny Rockex


People also ask

Does Xcode 11 support iOS 14?

Unfortunately, Xcode 11 doesn't know how to debug apps on iOS 14. But Xcode 12 does! To get breakpoints to work, we have to use Xcode 12 for this step. There are two options to get the debugger running for an app already compiled with Xcode 11.


2 Answers

Download device support files from here -https://github.com/iGhibli/iOS-DeviceSupport/blob/master/DeviceSupport/12.2%20(16E226).zip, if your Xcode version doesn't have them. Extract the zip file and copy to /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneOS.platform/DeviceSupport. Rename 16E266 folder to 16E227. Restart XCode.

As pointed out by @DavidH, this worked for me.

like image 75
kapil Avatar answered Sep 30 '22 04:09

kapil


After copying and renaming the folder, if problem persists, restart the Mac.

like image 33
Manuel Sansone Avatar answered Sep 30 '22 04:09

Manuel Sansone