如何从shell命令启动IOS-Simulator中的应用程序目标

时间:2016-01-13 18:21:30

标签: xcode shell ios-simulator

  • 我有XCode 7.2
  • 我有一个名为MYAPP的XCode编码的应用程序。
  • 我已经从我的MYAPP创建了一个名为MYAPP_NEWTARGET
  • 的目标
  • 我知道如何从shell启动IOS模拟器:

    open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app
    

问题: 如何从shell命令启动目标MYAPP_NEWTARGET?像fictitius这样的东西:

   open /Applications/Xcode.app/Contents/Developer/Applications/Simulator.app --startapp=MYAPP --apptarget=MYAPP_NEWTARGET

1 个答案:

答案 0 :(得分:1)

在Simulator.app:

中启动设备后,您可以使用simctl执行此操作
xcrun simctl install booted /path/to/your.app
xcrun simctl launch booted your.app.identifier