-
Notifications
You must be signed in to change notification settings - Fork 33
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
Error when launching signed and notarized app - JavaScript error occurred in the main process #185
Comments
+1 same problem. |
Same problem here. Either of you come up with a resolution? @michaelburris @Lsnsh |
@miketaheny After setting <key>com.apple.security.cs.disable-library-validation</key>
<true/> |
@Lsnsh - that worked thank you! For anyone using electron forge this fixed the error with dlopen(.... different team Ids. 1. Add entitlements.plist to the root of your project. 2. In forge.config.js add this to osxSign: |
@miketaheny @Lsnsh Thank you. Works as advertised. |
thanks for providing the solution! does it mean that the default set of entitlements doesn't work? https://github.com/electron/osx-sign/tree/main/entitlements |
When launching an app that has been osx signed and notarized I get the following error:
I'm hoping someone has had to deal with this using knex.js and electronjs. The app works fine when its not notarized and signed.
The text was updated successfully, but these errors were encountered: