1. First need the computer has a brew environment, check whether you have installed homebrew, enter Brew-V in the terminal, if the version information is installed, if the prompt command does not exist, it is not installed, installation The homebrew method is as follows:
/usr/bin/ruby-e "$(curl-fssl https://raw.githubusercontent.com/Homebrew/install/master/install)"
2. After the installation is complete, install the following:
Brew Uninstall Ideviceinstaller
Brew Uninstall Libimobiledevice
Brew Install--head Libimobiledevice
Brew Link--overwrite Libimobiledevice
Brew Install Ideviceinstaller
Brew Link--overwrite Ideviceinstaller
3.The app must be authenticated through Xcode signature,
Get iOS bundleld:ideviceinstaller-l-o list_user
Get the model number for iOS: Ideviceinfo-k producttype
Get The system version of iOS: Ideviceinfo-k productversion
Get iOS phone name: ideviceinfo-k devicename
IOS Install Uninstall IPA package:
Get iOS udid:idevice_id-l and view connected devices Udid
Ideviceinstaller-i IPA installation to the device
Ideviceinstaller-u appid Uninstall App
Install and uninstall the IPA package using the command line under Mac