I am trying to build a c++ application for Mac, I have followed all the steps for codesigning the application code, codesigning the DMG, notarising the DMG and also stapling the DMG after successful notarisation. But when I try to open the application on Mac gate keeper is blocking the application from opening and opening the popup with error message as " '<Application_Name>' cannot be opened because the developer cannot be verified." What could be the reason? Please help.
Replies
Hello everyone, Can anyone help me on the above issue?
Is this an app, that is, a program that the user double clicks in the Finder and presents a GUI? Or are you using “application” in the more general sense, and this is actually a command-line tool?
If it’s an app, the most common cause of Gatekeeper problems is a dangling load command, as discussed in Resolving Gatekeeper Problems Caused by Dangling Load Command Paths.
If it’s a command-line tool that doesn’t work when you double click it in the Finder, see the Tool Blocked by Gatekeeper section of Resolving Gatekeeper Problems.
If neither of the above help, start at the top with my Resolving Trusted Execution Problems post.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"