1. Attempt to modify permissions:
sudo chmod -R 777 /var/db/lockdown/
Failure
2. Try the most online solutions:
brew uninstall ideviceinstaller -g
brew uninstall libimobiledevice -g
brew install --HEAD libimobiledevice -g
brew install ideviceinstaller -g
Report an error directly…. Failure
3. Try another solution, one of which successfully solved my problem:
Method 1:
brew install --HEAD ios-webkit-debug-proxy -g
brew install ios-webkit-debug-proxy -g
still fail...
Method 2: brew uninstall -f libimobiledevice ideviceinstaller usbmuxd if the command is rejected, you can follow the prompt and update the command to.
brew uninstall --ignore-dependencies libimobiledevice ideviceinstaller usbmuxd
👌 This time the command was successful
👌 Then it continues.
brew install -v --HEAD --fetch --build-from-source usbmuxd libimobiledevice ideviceinstaller
👌👌
ideivesinstaller -l
Done!
Similar Posts:
- [Solved] brew update Error: “fatal: Could not resolve HEAD to a revision”
- How to Solve Error using brew install opencv in MAC
- Cannot find module ‘../lib/utils/unsupported.js’
- Temporary failure in name resolution solution when Ubuntu installs essential (GCC)
- what is usbmuxd process?
- git:Pull is not possible because you have unmerged files [How to Solve]
- [Solved] appium Environment Build appium-doctor –ios Command Error
- Homebrew | curl: (7) Failed to connect to raw.githubusercontent.com port 443: Connection refused
- [Solved] Mac Install brew Error: “Warning: /opt/homebrew/bin is not in your PATH.”
- An error occurred while pyenv was installing python zipimport.ZipImportError : can’t decompress data; zlib not available