appium---【Mac】Appium-Doctor提示WARN:“ ios_webkit_debug_proxy cannot be found”解决方案

“ ios_webkit_debug_proxy cannot be found”报错截图如下:

appium---【Mac】Appium-Doctor提示WARN:“ ios_webkit_debug_proxy cannot be found”解决方案

解决方案:

打开terminal终端,分别输入执行结束,再次运行appium-doctor即可看到运行成功:

1、git -C "$(brew --repo homebrew/core)" fetch --unshallow
2、brew install libimobiledevice --HEAD
3、brew install ios-webkit-debug-proxy --HEAD

appium---【Mac】Appium-Doctor提示WARN:“ ios_webkit_debug_proxy cannot be found”解决方案

 

appium---【Mac】Appium-Doctor提示WARN:“ ios_webkit_debug_proxy cannot be found”解决方案

上一篇:【机器学习算法-python实现】K-means无监督学习实现分类


下一篇:appium---【Mac】Appium-Doctor提示WARN:“ opencv4nodejs cannot be found”解决方案