-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ideviceinstaller fails with "Could not connect to lockdownd. Exiting." #48
Comments
same here. |
I meet the same problem, and I guess it's the Xcode 8 lead to this, because I installered Xcode 8 yesterday! |
Same here.. Anyone has any clue? I already uninstalled the Xcode Beta but still not working. THX |
I am also facing same issue, can somebody please help? |
Look here: #47 |
Thanks KorranForce! I am closing this ticket then. |
This works Thanks |
If the suggestion above doesn't do the trick, here is an alternative:
|
I need to run this chmod command on each reboot, is there a way around this to have the permission ok across boots? |
This one really works |
Still didn't work on any above options |
If the above doesn't work I was able to get it to work by doing the following: First disconnect all iOS devices then run this:
Plug your iOS device back in and wait for the "Trust" prompt to pop up. Click "Trust" and then run |
great ! work for me. |
Excellent! This is working! |
When I try to use ideviceinstaller, the command fails with the following error message:
"Could not connect to lockdownd. Exiting."
Example commands:
ideviceinstaller -l
ideviceinstaller -i Something.ipa
I have googled more than an hour to find the solution, however nothing worked for me:
It works only if I use sudo but it's unfortunately not acceptable in my case.
System paramereters:
MacBookPro with 10.11.5 OSX El Capitan
Target devices: iPhone 5, iPad 2
Note:
I have installed both Xcode 7.3.1 and Xcode 8 beta 3 on my computer. And used these commands to switch between them:
sudo xcode-select -switch /Applications/Xcode-beta.app/
sudo xcode-select -switch /Applications/Xcode.app/
The text was updated successfully, but these errors were encountered: