Notarytool process completes without error but mac still says id of developer cannot be confirmed

We complete this process without any error or issue. But, when we try to open the file it still says " can't be opened because the identity of the developer cannot be confirmed".

https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution#:~:text=notarization%20workflow.-,Notarize%20your%20preexisting%20software,-Notarizing%20your%20preexisting

Here are the results of running xcrun notarytool log on our notary submission. I have scrubbed it to avoid exposing sensitive information.

% xcrun notarytool log --apple-id --team-id Password for:  {  "logFormatVersion": 1,  "jobId": "",  "status": "Accepted",  "statusSummary": "Ready for distribution",  "statusCode": 0,  "archiveFilename": ".dmg",  "uploadDate": "2022-07-07T02:12:43.412Z",  "sha256": "582d852371780441637e1f9d8eb36fa3d6daf1bd8538771fc79522d481908c84",  "ticketContents": [   {    "path": ".dmg",    "digestAlgorithm": "SHA-256",    "cdhash": "55df35c3d99520e5d6167a23668a66905f209f03"   },   {    "path": ".dmg/",    "digestAlgorithm": "SHA-256",    "cdhash": "9a545fd55fb481714a990753ceda696aa637df9a",    "arch": "x86_64"   }  ],  "issues": null }

This is a Gatekeeper issue. The #1 cause of such problems is a dangling load command, as discussed in Resolving Gatekeeper Problems Caused by Dangling Load Command Paths. If that’s not the problem, I recommend that you 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"

Notarytool process completes without error but mac still says id of developer cannot be confirmed
 
 
Q