MANUAL HOW TO RUN remotedebug-ios-webkit-adapter on Linux/Windows with iOS 12.2+
- Follow Step 1 from the readme
- Instead of following Step 2 from the readme, download the code from here as described in this issue
- Make sure you are using node 11 instead of 12 or the next step will fail. (
nvm install 11 && node -v) - In downloaded remotedebug-ios-webkit-adapter directory update typescript and typemoq (
npm i [email protected] && npm i [email protected], ) - Run
npm install,npm buildandnpm startwith conected iPhone - Continue onto Step 3 from the readme
Also worth noting that chrome://inspect doesn't scan port 9000 by-default so you need to add localhost:9000 using the Configure button.