Hey, I’m currently preparing an app for releasing to the Mac App Store but get a “finished with non-zero exit value 137” error whenever I apply entitlements to my project.
The release app works fine without the entitlements files so there’s no obvious issue with proguard etc or any other setting that I can see. I’m using the files as defined in
https://github.com/JetBrains/compose-multiplatform/tree/master/tutorials/Signing_and_notarization_on_macOS
Is it expected behaviour for an app with entitlements to no longer load when launched directly?