Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 11.1 how to install iOS14 simulator?

I try to download xcode12 beta and copy the iPhoneSimulator14.0.sdk to /Applications/Xcode_11.1.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs
And I restart the xcode11.1, nothing happen.
How to install iOS14 simulator?
Thanks.

path

like image 292
Beginnerrrrrr Avatar asked Jul 29 '20 08:07

Beginnerrrrrr


Video Answer


1 Answers

The iOS 14 SDK is only supported with Xcode 12.

If you want to use the iOS 14 Simulator Runtime from Xcode 11, the easiest way is to launch Simulator.app from Xcode 12 and boot the simulator device you want from within Simulator.app. It will then appear as a run destination in your older Xcode.

like image 83
Jeremy Huddleston Sequoia Avatar answered Oct 22 '22 15:10

Jeremy Huddleston Sequoia