Skip to content

Instantly share code, notes, and snippets.

@bberak
Created February 7, 2020 01:00
Show Gist options
  • Save bberak/960b8c114424718f1bdc3c9f8a60bf4b to your computer and use it in GitHub Desktop.
Save bberak/960b8c114424718f1bdc3c9f8a60bf4b to your computer and use it in GitHub Desktop.
Create and launch new iOS simulartor
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