simctl命令

simctl是用来管理iOS模拟器的工具。

1.1、simctl install <deviceId> <appPath>

安装应用。

对于deviceId,除了可以使用UDID外,还有一个booted别名,指代已经启动的设备。

示例:

simctl install booted Build/Products/Debug-iphonesimulator/newton.app
1.2、simctl uninstall <deviceId> <bundleId>

卸载应用。

对于deviceId,除了可以使用UDID外,还有一个booted别名,指代已经启动的设备。

示例:

simctl uninstall booted com.fpliu.newton
1.3、simctl openurl <deviceId> <URL>

使用iOS模拟器上的浏览器打开一个网址。

对于deviceId,除了可以使用UDID外,还有一个booted别名,指代已经启动的设备。

示例:

simctl openurl booted http://blog.fpliu.com