I'm using Xcode 14.2 to build an app that runs on iOS 16.4.
There is no webView.isInspectable
property in this version.
When my app presents a webview, it is inspectable in Safari -> develop, which is nice.
However, when starting a ASWebAuthenticationSession
, Safari -> develop shows "no inspectable applications". It was inspectable on iOS 16.1 but not iOS 16.4.
How to solve this?