'Xcode 11.1 how to install iOS14 simulator?
Solution 1:[1]
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.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 | Jeremy Huddleston Sequoia |