作者:csc1520075 | 来源:互联网 | 2023-09-14 19:26
篇首语:本文由编程笔记#小编为大家整理,主要介绍了appium---MacAppium-Doctor提示WARN:“ios_webkit_debug_proxycannotbefound
篇首语:本文由编程笔记#小编为大家整理,主要介绍了appium---MacAppium-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