1、查看连接的设备udid
$ idevice_id -l
2、获取设备上所有app的bundle id
$ ideviceinstaller -l
3、IPA安装到设备
$ ideviceinstaller -i xx.ipa
4、卸载app
$ ideviceinstaller -u appBundle_id
原文链接:https://www.f2er.com/bash/392422.html$ idevice_id -l
$ ideviceinstaller -l
$ ideviceinstaller -i xx.ipa
$ ideviceinstaller -u appBundle_id
原文链接:https://www.f2er.com/bash/392422.html