Hello,
We have an app developed in Electron, which was working correctly on macOS, before signing/notarizing it.
After successfully signing and notarizing the app, it works correctly on a test computer we have, but crashes on other 2 devices during the verification process, with the following exceptions:
Exception Type: EXC_BAD_ACCESS (Code Signature Invalid)
Exception Codes: (removed because the system would not let me post it :/
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: Namespace CODESIGNING, Code 0x2
and
Exception Type: EXC_CRASH (Code Signature Invalid)
Exception Codes: (removed because the system would not let me post it :/
Exception Note: EXC_CORPSE_NOTIFY
Termination Reason: Namespace CODESIGNING, Code 0x1
Searching online didn't provide any clear insight.
- The MAC used for the build is a macOS Mojave 10.14.6
- The app works on the same computer it was built on
- The app works on a test computer macOS Monterey 12.6
- The app crashes on a test computer macOS Mojave 10.14.2 (the non-signed app was working fine on this same computer)
- The app crashes on a test computer macOS Big Sur 11.6.7
I can provide the full crash reports, in case they are useful.
Thank you.