IOS 8.1 + iOS_webkit_debug_proxy

Hello all,
Checked many forums including the one for iOS_webkit_debug_proxy but didn’t get any solution.
As soon as I upgraded the device to iOS 8.1 , webkit proxy is unable to get hold of device. getting below exception. Is anyone else facing this issue? I tried multiple devices with 8.0. Works fine on 7.0.4 device

aniketgmac01:1.3 aniketg$ ios_webkit_debug_proxy -d
ss.add_server_fd(3)
ss.add_fd(4)
ss.add_server_fd(5)
ss.remove_server_fd(5)
ss.recv fd=4 len=981
ss.add_server_fd(5)
Could not start com.apple.webinspector!: Undefined error: 0
ss.remove_server_fd(5)
Unable to attach 1c6befdc6e753ac555538f505ca107b39b58e52d inspector

1 Like

Few more details

OSX : 10.10 (Yosemite)
Xcode 6.1
Libimobiledevice 1.1.5
iOS_webkit_debug_proxy (tried 1.3 & 1.4)

1 Like

I am getting same issue.Were u able to solve it?

Try using this: https://github.com/jchuong/ios-webkit-debug-proxy

The fork has some fixes in it.