@DTS Engineer I haven’t been able to resolve the issue, and I’ve also decided to skip trying full access permissions.
The problem only occurs in the debug build. This setup involves a macCatalyst app that includes a secondary macCatalyst command-line app. Both apps share the same application group (com.apple.security.application-groups). The second app functions as a native messaging host for browsers like Chrome and Firefox, serving as the interface between the browser extension and the main app to facilitate data exchange.
This setup was working without issues on macOS 14, but since updating to macOS 15, I keep seeing the permissions dialog. However, even when selecting “Allow,” the action isn’t being accepted or processed. In the release build, everything functions as expected without triggering any permissions dialog.
Is there a way to debug or resolve this permissions issue effectively? Any insights would be much appreciated!
Thanks in advance!