0

Is there a way to launch an app on the iOS simulator from the command line, like

simctl launch <app-package>

or something like that?

the_prole
  • 8,275
  • 16
  • 78
  • 163

1 Answers1

0

To install your app: xcrun simctl install booted

To launch the app: xcrun simctl launch booted

Hope this helps.