Skip to content
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

Closed
j1exus opened this issue Dec 30, 2019 · 4 comments
Closed

App crashes after com.apple.security.app-sandbox true added #4567

j1exus opened this issue Dec 30, 2019 · 4 comments
Labels

Comments

@j1exus
Copy link

j1exus commented Dec 30, 2019

electron-builder:

  • 21.1.0:

target:

  • mas:

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.

@stale
Copy link

stale bot commented Feb 28, 2020

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.

@stale stale bot added the backlog label Feb 28, 2020
@stale stale bot closed this as completed Mar 6, 2020
@danutzcodrescu
Copy link

danutzcodrescu commented Mar 16, 2020

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 /node_modules/app-builder-lib/templates/entitlements.mac.plist. However, if I add com.apple.security.app-sandbox like it was suggested as a workaround in this issue, the app crashes on start. My current version of electron-builder is 22.4.0

@ronghester
Copy link

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.

@ahmadwaliesipick
Copy link

I am facing same issue anyone has resolved this issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants