I have a macCatalyst app.
I can see the WKWebview pages in the Develop tab of Safari on my Mac when the app is started from Xcode.
I can see the WKWebview pages in the Develop tab of Safari on my iPad when started on the device (not started by Xcode)
If I start the same app on my Mac but normally this time (not from Xcode), all I get is "No Inspectable Applications".
I have set com.apple.security.get-task-allow to 1 like other internet post has suggested, still not working.
Please help me, my web colleagues need to be able to debug their webpages in the context of my app running on their mac.
My Xcode and macOS is the latest version.