Run Simulator from command line
Check your simulator device list
xcrun simctl list
Run the simulator with a specific device:
open -a Simulator --args -CurrentDeviceUDID <your device UDID>
Last updated
Was this helpful?
Check your simulator device list
xcrun simctl list
Run the simulator with a specific device:
open -a Simulator --args -CurrentDeviceUDID <your device UDID>
Last updated
Was this helpful?