Skip to content

Instantly share code, notes, and snippets.

@zburgermeiszter
Created July 6, 2017 09:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zburgermeiszter/938ed636111d3c57f35d4c2c8edb6778 to your computer and use it in GitHub Desktop.
Save zburgermeiszter/938ed636111d3c57f35d4c2c8edb6778 to your computer and use it in GitHub Desktop.
Launch multiple iOS simulators

How to launch multiple iOS simulators.

open -n /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app

Then run it again, it will show an error message. Click OK, then change the device type do a different device ijn Hardware > Device.

To automate which device to launch, open a simulator, go to Hardware > Devices > Manage devices...

Select the desired device, and copy the Identifier.

THen run the following command using the copied ID.

open -n /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --args -CurrentDeviceUDID 299CC90F-CE12-43F5-8D50-209F3384D0E8

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment