-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
App crashes after com.apple.security.app-sandbox true added #4567
Comments
Is this still relevant? If so, what is blocking it? Is there anything you can do to help move it forward? This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. |
same thing here. If I do not provide any entitlements it works fine locally (and ofc it is refused by Apple) because it uses the template residing in |
I am facing similar issue if "com.apple.security.app-sandbox" is added in entitlements (any parent or child) then the app just crashes. If i don't include this then app runs fine. Please note it is not at all related to signing, the app runs fine even signed or unsigned. Basically without app-sandbox the app can't be uploaded to mac store so basically its a blocker. |
I am facing same issue anyone has resolved this issue? |
electron-builder:
target:
I'm trying to build mas target and upload to mac store.
Without com.apple.security.app-sandbox true in entitlements.mas.plist and entitlements.mas.inherit.plist .app from /mas/ folder launches successful.
The text was updated successfully, but these errors were encountered: