MacOS Command line Installation IPA

Source: Internet
Author: User

MacOS Command line Installation IPA

After Apple is crazy, itunes can't install the app anymore, and if you have a brother who knows, you can tell me.

Ideviceinstaller

Use this open source project to install apps under MacOS

brew install ideviceinstaller           # 使用 brew 安装 ideviceinstalleridevice_id# 查看链接的设备idideviceinstaller -l# 获取设备上所有app的bundle idideviceinstaller -i demo.ipa# 安装app到iphoneideviceinstaller -u appBundle_id# 卸载

After installation, run ideviceinstaller -i demo.ipa Could not connect to lockdownd. Exiting. The show this, can see this issues

I use the following method to successfully solve

brew uninstall ideviceinstallerbrew uninstall libimobiledevicebrew install --HEAD libimobiledevicebrew link --overwrite libimobiledevicebrew install --HEAD  ideviceinstallerbrew link --overwrite ideviceinstallersudo chmod -R 777 /var/db/lockdown/

MacOS Command line Installation IPA

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.