Open popeyelau opened 3 years ago
# 查看设备列表 xcrun simctl list # 修改模拟器时间等信息(截图用) xcrun simctl status_bar <device> override --time 12:00 --dataNetwork wifi --wifiMode active --wifiBars 3 --cellularMode active --cellularBars 4 --batteryState charged --batteryLevel 100 # 删除不可用的设备 xcrun simctl delete unavailable # 卸载应用 xcrun simctl uninstall <device> <app bundle identifier> # 打开应用 xcrun simctl launch <device> <app bundle identifier> # 关闭应用 xcrun simctl terminate <device> <app bundle identifier>
simctl