When you first launch a fresh installation, Xcode will prompt you with a checklist of platforms. Always ensure is checked, as you cannot run or build mobile apps without at least one version of the simulator runtime installed. 3. Using the Command Line ( xcodebuild )
To use a simulator, follow these steps:
xcodebuild -downloadPlatform
When you first launch a fresh installation, Xcode will prompt you with a checklist of platforms. Always ensure is checked, as you cannot run or build mobile apps without at least one version of the simulator runtime installed. 3. Using the Command Line ( xcodebuild )
To use a simulator, follow these steps:
xcodebuild -downloadPlatform