other

Open IOS app simulator from terminal

If you are developing mobile apps and testing them on your system using an emulator then this command can be helpful to access the simulator.

open -a Simulator.app

If you have Xcode installed on your system then this command will open IOS simulator on your MAC.

Was this helpful?