Xcode 11.1 how to install iOS14 simulator?

Viewed 15224

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

2 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.

Restart your Mac, this is what caused them to appear for me

Related