ios真机使用ios_webkit_debug_proxy调试webview

安装

https://github.com/google/ios-webkit-debug-proxy

启动

ios_webkit_debug_proxy -f chrome-devtools://devtools/bundled/inspector.html
Listing devices on :9221
Connected :9222 to iPad (00008030-000525C81102202E)

访问

http://127.0.0.1:9222/

记得把里面的地址
chrome-devtools://devtools/bundled/inspector.html?ws=127.0.0.1:9222/devtools/page/1
修改为
devtools://devtools/bundled/inspector.html?ws=127.0.0.1:9222/devtools/page/1

chrome浏览器直接打开,或者通过edge等打开

devtools://devtools/bundled/inspector.html?ws=127.0.0.1:9222/devtools/page/1