You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use iOS 18 runtime for simulator tests (iOS 19 breaks WebKit Inspector)
iOS 19's WebKit Inspector Protocol has breaking changes — many domains
(Runtime, DOM, CSS, CPUProfiler, Worker, etc.) return "domain was not
found" when accessed through ios-webkit-debug-proxy. Use iOS 18 runtime
on CI for full domain support.
- CI: select Xcode 16 (iOS 18) if available on the runner
- sim-setup.sh: prefer iOS 18 or lower runtimes over iOS 19+
0 commit comments