When I try to use ideviceinstaller, the command fails with the following error message:
"Could not connect to lockdownd. Exiting."
Examples of commands:
ideviceinstaller -l ideviceinstaller -i Something.ipa
I had more than an hour to find a solution, but nothing worked for me:
Reinstall ideviceinstaller Reinstall libimobiledevice
Reinstall brew and reinstall both ideviceinstaller again, libimobiledevice It only works if I use sudo, but unfortunately this is not acceptable in my case.
System Settings: MacBookPro with 10.11.5 OSX El Capitan Target Devices: iPhone 5, iPad 2
Note: I installed both Xcode 7.3.1 and Xcode 8 beta 3 on my computer. And I used these commands to switch between them:
sudo xcode-select -switch /Applications/Xcode-beta.app/ sudo xcode-select -switch /Applications/Xcode.app/
source share