简体   繁体   中英

How to launch an iOS simulator app from the command line

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?

To install your app: xcrun simctl install booted

To launch the app: xcrun simctl launch booted

Hope this helps.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM