How can I launch the iOS Simulator from Terminal?

Alex Chesters picture Alex Chesters · Jul 2, 2015 · Viewed 60.7k times · Source

I can build using the Xcode command line tools, is there any way I can actually run the application using them? (E.g. the equivalent to pressing Cmd+R in Xcode)

Answer

Mathioli Ramalingam picture Mathioli Ramalingam · Apr 24, 2018

Type this in terminal: open -a Simulator.app