google / ios-webkit-debug-proxy

A DevTools proxy (Chrome Remote Debugging Protocol) for iOS devices (Safari Remote Web Inspector).
BSD 3-Clause "New" or "Revised" License
5.94k stars 465 forks source link

Unable to start iwdp for ios 13.1.2 #330

Closed KirillBugrim closed 5 years ago

KirillBugrim commented 5 years ago

We are using iwdp for web and webview automation with appium.

appium version : 1.15.0 iwdp version : 1.8.5 built with libimobiledevice v.1.2.1, libplist v2.0.0 macOS : Catalina 10.15 xCode : 11.1 (11A1027)

When we try to start iwdp server we are getting the next error : Unable to connect to iPhone_11 Please verify that Settings > Advanced > Web Inspector = ON

We double checked, that this option is turned on (also we enabled Remote Automation), restarted the device but no success. Do we need some additional steps?

artygus commented 5 years ago

hi @KirillBugrim there're many similar tickets, the solution is to run brew reinstall --HEAD ios-webkit-debug-proxy or do a manual build from master, also AFAIK new appium stopped using this tool https://github.com/appium/appium/pull/13368