Hello Comm!!
I’m currently facing a persistent challenge in our testing workflow. I’m encountering bugs on an iPad Pro and iPhone 7 Plus that I simply cannot reproduce on Windows or Android browsers, making them incredibly difficult to debug.
I’ve attempted to use the RemoteDebug iOS WebKit Adapter to bridge Safari debugging into Chrome or VS Code. However, despite enabling Web Inspector, trusting the iOS devices in iTunes, and installing all required dependencies, the devices are consistently not being detected by the adapter. The server launches properly, yet no devices appear in the debugger.
I’m aware of information suggesting this might not work on iOS versions above 11, but the adapter repository claims support for iOS 12.2+ as of January 2. My specific target for debugging issues is iOS 13.3.
I’m seeking guidance on whether anyone has managed to successfully debug iPhone Safari on Windows under these conditions. Are there any reliable workarounds that don’t involve purchasing a Mac?