Gatekeeper Issue

I built Mac app with Electron-forge and sign and notarize my app with Developer ID Application Certification and @electron/osx-sign, @electron/notarize module. I built my app on macOS Sonoma 14.7.

Then I ran the built app on other mac with "App Store and identified developers" Gatekeeper of macOS version 12.7.3 And it worked well.

But when I ran it on another mac PC of macOS Sonoma 14.4.1, it said my app is damaged.

Why does it happen and How can I solve this issue?

Answered by DTS Engineer in 817945022

I have a bunch of info about this in Resolving Trusted Execution Problems. Given that this is failing on macOS 14, where you have syspolicy_check, that’s the first thing I’d check.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

I have a bunch of info about this in Resolving Trusted Execution Problems. Given that this is failing on macOS 14, where you have syspolicy_check, that’s the first thing I’d check.

Share and Enjoy

Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"

Gatekeeper Issue
 
 
Q