【发布时间】:2016-06-19 12:31:48
【问题描述】:
我正在尝试使用 xcrun simctl 启动设备并卸载应用程序,但它在卸载步骤中挂起
xcrun simctl boot <deviceudid>
xcrun simctl uninstall <deviceudid> <bundleid>
它在卸载时挂起并永远存在......但是,如果我的模拟器已经运行并执行
xcrun simctl uninstall <deviceudid> <bundleid>
它工作正常...但我试图在脚本中执行此操作而无需手动打开模拟器
【问题讨论】:
标签: ios command-line ios-simulator xcrun simctl