appium---【Mac】Appium-Doctor提示WARN:“ ios_webkit_debug_proxy cannot be found”解决方案
“ 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
1.作者:Syw 2.出处:http://www.cnblogs.com/syw20170419/ 3.本文版权归作者和博客园共有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。 4.如果文中有什么错误,欢迎指出。以免更多的人被误导。 |