Support for iOS 13
akc-kyiv opened this issue · 8 comments
@akc-kyiv, did you reinstall ios-webkit-debug-proxy to get the latest changes from google/ios-webkit-debug-proxy/pull/329, you'll have to use brew install --HEAD ios-webkit-debug-proxy to get it from the master branch as the change hasn't been put on brew yet.
I haven't had time to test that change with this project yet so I'm not 100% sure whether there's any issues
@ewanharris do you know of a way to do so on a PC with scoop?
Running scoop install ios-webkit-debug-proxy@master errors:
WARN Given version (master) does not match manifest (1.8.5)
WARN Attempting to generate manifest for 'ios-webkit-debug-proxy' (master)
Autoupdating ios-webkit-debug-proxy
Downloading ios-webkit-debug-proxy-master-win64-bin.zip to compute hashes!
The remote server returned an error: (404) Not Found.
URL https://github.com/google/ios-webkit-debug-proxy/releases/download/vmaster/ios-webkit-debug-proxy-master-win64-bin.zip is not valid
Could not find hash!
Could not install ios-webkit-debug-proxy@master
Which may be because as @artygus stated, Windows binaries have not yet been built.
google/ios-webkit-debug-proxy#314 (comment)
On the homepage they use master of usbmuxd
@JoeMeeks, sorry I'm not familiar with scoop so I'm not sure whether that's possible. I think scoop requires a release tagged on GitHub (whereas brew will build directly from the repo) so I don't think it's possible
@ewanharris thanks for the reply. That seems to be the case with scoop based on the common-to-other-package-manager version params I tried and no documentation that I could find otherwise.
@akc-kyiv hi! also experienced that, after I look again on the doc I missed installing this brew install --HEAD usbmuxd after that it show the device.
follow this
#181 (comment)
This project is now super-seeded by https://inspect.dev/ – a new developer tool for macOS and Windows to inspect and debug your web apps and websites in Safari and WebViews on iOS devices.
RemoteDebug iOS WebKit Adapter is not proactively maintained or extended.
