lily-20141202

1、尝试修改权限::

sudo chmod -R 777 /var/db/lockdown/  

失败。。。

2、尝试网上最多的解决方案::

brew uninstall ideviceinstaller -g

brew uninstall libimobiledevice -g

brew install --HEAD libimobiledevice -g

brew install ideviceinstaller -g

直接报错。。。。失败

3、再次尝试一下方案,其中一种成功解决了我的问题:

方法一:
brew install --HEAD ios-webkit-debug-proxy -g

brew install ios-webkit-debug-proxy -g
。。。还是失败

方法二:brew uninstall -f libimobiledevice ideviceinstaller usbmuxd如果命令被拒绝,可根据提示,更新命令:
 brew uninstall --ignore-dependencies libimobiledevice ideviceinstaller usbmuxd

分类:

技术点:

相关文章:

  • 2021-04-19
  • 2021-05-08
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-12-14
  • 2021-11-12
  • 2021-05-16
猜你喜欢
  • 2021-09-14
  • 2021-05-12
  • 2021-05-27
  • 2021-08-31
  • 2021-09-14
  • 2022-12-23
  • 2022-12-23
相关资源
相似解决方案