Posts Learn Components Snippets Categories Tags Tools About
/

How to open IOS simulator from terminal

Learn how to easily open IOS simulator from terminal using one line command

Created on Jan 25, 2022

366 views

The easiest way/command to open an IOS simulator from the terminal is to use the "open -a" command and specify "simulator" as the application.
open -a simulator 
Upon running the command the simulator if present will automatically get launched. If not then maybe you don't have an XCode installed. Do note that when the IOS simulator is launched, the operating system will be set as the latest version for example iPhone 13 with an IOS 15. Do give it a try and cheers!

Iphone Simulator Launching

If you like our tutorial, do make sure to support us by being our Patreon or buy us some coffee ☕️

Load comments for How to open IOS simulator from terminal

)