调试工具iOS开发iOS高级开发

iOS:Safari或Chrome调试Webview

2018-03-28  本文已影响392人  Hyelim

一、查看iOS设备上Safari浏览器的页面

1.准备步骤

iPhone设置.jpg

2.操作步骤

iPhone链接到mac上,打开Safari浏览器,运行手机app里面的web页面,在“开发”菜单中选择连接的手机,找到调试的网页,就能在Safari里面调试了

二、查看XCode Simulator中的页面

1.准备步骤

image

2.操作步骤

image

三、查看iOS应用中的页面

1.操作步骤

Xcode参数设置.jpg XCode打包.jpg

四、使用Chrome调试

1.准备步骤

brew install ios-webkit-debug-proxy

2.操作步骤

ios_webkit_debug_proxy -f chrome-devtools://devtools/bundled/inspector.html
终端启动proxy.png image

参考

  1. ios-webkit-debug-proxy
  2. XCode下Swift – WebView IOS demo
  3. 在Xcode8.0下、手动安装iOS 9.3 的模拟器
  4. 通过 Chrome 调试运行在 IOS-safari 上的页面
  5. “Could not connect to lockdownd. Exiting.”快速解决方法
  6. 您的设备管理设置不允许在此台iPhone上xxx
  7. Xcode8真机测试问题 code signing is required for product type 'Application' in SDK 'iOS 10.0'
上一篇下一篇

猜你喜欢

热点阅读