Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 12 doesn't support new iOS version

Tags:

xcode

xcode12

Trying to build on iPhone, but here's what it shows..

enter image description here

How to fix it?

like image 434
MikeMaus Avatar asked Apr 23 '21 04:04

MikeMaus


2 Answers

  1. Check out this repo https://github.com/iGhibli/iOS-DeviceSupport

  2. Download this folder:

  3. Move it into:

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

  4. Close Xcode and open again.

  5. Build and run 😀

like image 157
Sergio Avatar answered Sep 27 '22 20:09

Sergio


Just to run the damn thing, I managed to do this without having to download any new profiles as per the other answer. Just took 14.4 renamed to 14.6 and it worked on Catalina XCode 12.4.

like image 36
Daryl Teo Avatar answered Sep 27 '22 18:09

Daryl Teo