Created
February 7, 2020 01:00
-
-
Save bberak/960b8c114424718f1bdc3c9f8a60bf4b to your computer and use it in GitHub Desktop.
Create and launch new iOS simulartor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
xcrun simctl list | |
xcrun simctl create <Your sim name> <Device id> <Runtime id> | |
# Eg: xcrun simctl create XS-Max-13-3 com.apple.CoreSimulator.SimDeviceType.iPhone-XS-Max com.apple.CoreSimulator.SimRuntime.iOS-13-3 | |
xcrun simctl boot <UUID from create command> | |
open -a Simulator --args -CurrentDeviceUDID <UUID from create command> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment