Skip to content
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

Could not connect to lockdownd, error code -21 #290

Closed
lrecknagel opened this issue Dec 21, 2018 · 5 comments
Closed

Could not connect to lockdownd, error code -21 #290

lrecknagel opened this issue Dec 21, 2018 · 5 comments

Comments

@lrecknagel
Copy link

brew update
brew uninstall --ignore-dependencies libimobiledevice
brew uninstall --ignore-dependencies usbmuxd
brew install --HEAD usbmuxd
brew unlink usbmuxd & brew link usbmuxd
brew install --HEAD libimobiledevice
brew link --overwrite libimobiledevice
brew install ideviceinstaller
brew link --overwrite ideviceinstaller
@artygus
Copy link
Collaborator

artygus commented Dec 21, 2018

@lrecknagel did you resolve the issue?

@lrecknagel
Copy link
Author

Yeah, sorry for leaving it open. Should I add a PR?

@artygus
Copy link
Collaborator

artygus commented Dec 21, 2018

the snippet you provided looks like a resolution to a messed up environment, the point of what provided in readme and in the snippet is the same - use latest libimobiledevice

@lrecknagel
Copy link
Author

Sure thats right. Then I leave it here as closed issue. Maybe other people have the same problem. Upgraded to mojave yesterday. Maybe was messed up because of that, even when brew doctor doesnt complain.

@Valehero
Copy link

Valehero commented Jan 31, 2020

This command is not working:
brew unlink usbmuxd & brew link usbmuxd

Should be:
brew unlink usbmuxd && brew link usbmuxd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants