0
点赞
收藏
分享

微信扫一扫

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

腾讯优测 2022-08-02 阅读 92

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

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

解决方案:

打开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”解决方案_git_02

 

1.作者:Syw

2.本文版权归作者所有,欢迎转载,但未经作者同意必须保留此段声明,且在文章页面明显位置给出原文连接,否则保留追究法律责任的权利。

3.如果文中有什么错误,欢迎指出。以免更多的人被误导。

举报

相关推荐

0 条评论