Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gwsu2008/0a02fa42352934c134a676cac544199a to your computer and use it in GitHub Desktop.
Save gwsu2008/0a02fa42352934c134a676cac544199a to your computer and use it in GitHub Desktop.
fix-Could not connect to lockdownd. Exiting.
brew uninstall ideviceinstaller
brew uninstall libimobiledevice
brew uninstall usbmuxd
brew install usbmuxd --HEAD
brew install --HEAD libimobiledevice
brew unlink libimobiledevice && brew link libimobiledevice
brew install --HEAD ideviceinstaller
brew unlink ideviceinstaller && brew link ideviceinstaller
sudo chmod -R 777 /var/db/lockdown
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment