Unable to inspect web view in iOS app running on Mac

We have an iOS app with a web View.

To develop and debug, we inspect the web view using Safari Dev Tools (Developer menu).

This Works: We are able to inspect the web view when the application is run on physical devices as well as on simulated devices (iPhone and iPad).

This Does NOT Work: We are not able to inspect the web view of the same app running, unmodified, on same Mac. Safari’s Developer menu says “No Inspectable Applications” against the Mac.

Requesting guidance or leads on ways to inspect and debug the app under these conditions. Many thanks!

Replies

Did you set the is inspectable property in the WKWebView?