1、查看连接的设备udid
$ idevice_id -l
2、获取设备上所有app的bundle id
$ ideviceinstaller -l
3、IPA安装到设备
$ ideviceinstaller -i xx.ipa
4、卸载app
$ ideviceinstaller -u appBundle_id
1、查看连接的设备udid
$ idevice_id -l
2、获取设备上所有app的bundle id
$ ideviceinstaller -l
3、IPA安装到设备
$ ideviceinstaller -i xx.ipa
4、卸载app
$ ideviceinstaller -u appBundle_id