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?
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?
Copyright © 2021 Jogjafile Inc.
To install your app: xcrun simctl install booted
To launch the app: xcrun simctl launch booted
Hope this helps.