-
Notifications
You must be signed in to change notification settings - Fork 0
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 OS x86 Code Signing issues #766
Labels
bug
Something isn't working
Comments
Matthew-McRaven
added a commit
that referenced
this issue
Jan 16, 2025
While we are not electron, the following issues points out some steps to fix notarization: electron-userland/electron-builder#3926 On Stan's machine Pepp passes both notarization and codesigning on his machine. This means there is a runtime issue with the app, likely related to the JS JIT stuff. Maybe closes #766. Will have to wait for CI passing to know for sure.
Matthew-McRaven
added a commit
that referenced
this issue
Jan 16, 2025
While we are not electron, the following issues points out some steps to fix notarization: electron-userland/electron-builder#3926 On Stan's machine Pepp passes both notarization and codesigning on his machine. This means there is a runtime issue with the app, likely related to the JS JIT stuff. Maybe closes #766? Will have to wait for CI passing and cutting a release to be sure.
Matthew-McRaven
added a commit
that referenced
this issue
Jan 16, 2025
While we are not electron, the following issues points out some steps to fix notarization: electron-userland/electron-builder#3926 On Stan's machine Pepp passes both notarization and codesigning on his machine. This means there is a runtime issue with the app, likely related to the JS JIT stuff. Maybe closes #766? Will have to wait for CI passing and cutting a release to be sure.
Got confirmation from Stan that this fixed the issue on x86. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
See Stan's error log.
The app passes both of the following commands and only crashes at startup.
The highlight on the following line makes me think I missed an entitlement related to JIT code.
---> JS JIT generated code 10e0fa000-10e0fb000 [ 4K] r-x/rwx SM=PRV
The text was updated successfully, but these errors were encountered: