mac chrome ios webview调试

Posted 爱生活爱悦悦

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了mac chrome ios webview调试相关的知识,希望对你有一定的参考价值。

一    准备

        chrome浏览器、ios手机、usb数据线

二    前提

        手机设置允许webview调试

             设置->safari浏览器->高级->web检查器

        电脑安装            

            brew install ios-webkit-debug-proxy

            ios_webkit_debug_proxy -f chrome-devtools://devtools/bundled/inspector.html

三    步骤

        chrome浏览器输入127.0.0.1:9222 调试即可


四    问题

        error code -3 解决方案

            brew uninstall ideviceinstaller -g

            brew uninstall libimobiledevice -g

            brew install --HEAD libimobiledevice -g

            brew install ideviceinstaller -g

            sudo chmod -R 777 /var/db/lockdown

     按照之上步骤卸载ideviceinstaller和libimobiledevice重新安装并授权、具体命令视命令行报错解决


     error code -17 解决方案

        Finder 》前往菜单 》前往文件夹》进入/var/db/

        找到‘lockdown’ 文件夹 》右键,显示简介 》底部的‘共享与权限’ 项,打开右下角的锁(输入电脑密码)》加号,将自己的账号添加进权限表中,修改自己的权限为‘读与写’ 》锁定权限表即可





以上是关于mac chrome ios webview调试的主要内容,如果未能解决你的问题,请参考以下文章

Android通过Chrome Inspect调试WebView出现404页面的解决方法

iOS调试Webview

Safari/Chrome调试WebView

JavaFX WebView 中的 Html/Javascript 调试

ios webview调试

使用chrome开发者工具在原生安卓应用中调试WebView