-
-
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
[mac] Invalid signature crash on runtime #1006
Comments
Works for me. Please set env |
And please try to update Xcode to latest version. |
Hi @develar thanks for the prompt response! I'm running latest Xcode 8.2 (8C38) but the outcome is the same. Here is the output: https://gist.github.com/saghul/947d6dca836aeba3e2136e8e4dbb647b Thanks! |
Cc @sethlu Do you use custom entitlements? |
Hi @saghul! A quick fix to your current issue is to remove the entitlements regarding sandbox in your entitlements file (because it's not necessary for a |
That worked, thanks! So, if an app has a sandbox entitlement is the provisioning profile required then? If that is the case, maybe electron-builder could look for that and given an error perhaps? At any rate, thanks a lot! ❤️ |
@saghul no worries. 😸 And yes, (with |
@saghul @develar regarding signing with provisioning profile, @elvis-epx and I are having a discussion at electron/osx-sign#102. |
@sethlu Thanks for the explanation, much appreciated. |
Hi! I'm getting a runtime crash when starting my app after (apparently correctly) signing it for distribution outside of the store.
The signing process seems to work fine:
But when running the resulting app:
It seems to be correctly signed though:
All I did was to update all packages (I made no other changes to my system, that I remember) and browsed the tracker but looks like the problem should be gone :-S
Any hints would be appreciated. ❤️
The text was updated successfully, but these errors were encountered: