Closed kerner1000 closed 2 years ago
Hi @kerner1000!
This problem is because your app needs entitlements. You should provide an entitlements.plist
file using macConfig.entitlements
property needed when signing the app, or use the new devel
version. Just pull JavaPackager (as in issue 217) and install again into your local repo. This new version generates a default entitlements file and use it when signing the app.
Entitlements are the permissions that your app needs from the OS in order to run.
Hi @kerner1000! This problem is because your app needs entitlements. You should provide an
entitlements.plist
file usingmacConfig.entitlements
property needed when signing the app, or use the newdevel
version. Just pull JavaPackager (as in issue 217) and install again into your local repo. This new version generates a default entitlements file and use it when signing the app.
And sorry! This problem was fixed in issue-187 but I forgot to merge these changes into devel. I've been a bit busy last months 😢
It works, thanks! :)
Great, thanks!!
I'm submitting a…
Short description of the issue/suggestion:
When starting my mac app, a crash report opens which says
Steps to reproduce the issue/enhancement:
What is the expected behavior?
App starts normally.
What is the current behavior?
App crashes.
Do you have outputs, screenshots, demos or samples which demonstrate the problem or enhancement?
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Other information (e.g. related issues, suggestions how to fix, links for us to have context)