I have been code signing my py2app Python applications for over 5 years. Recently, my application notarizes and staples with no errors. However, when I try to verify the signature I get the above error. I do not see any errors in the appropriate notary log file. Can't figure out how to post the log file. The associated ID is: eb78c6b0-cdd2-414f-9dd3-24315a27d457
Can anyone point me to an appropriate reference ?
Thanks for the download link.
I’m not sure what the actual problem is here. I ran your app through (roughly) the process described in Testing a Notarised Product, and everything seemed to work just fine. Specifically:
- In a fresh macOS 26.3.1 VM, I downloaded that zip archive in a way that sets quarantine.
- I unpacked it using the Finder.
- And then I opened the app using the Finder.
It passed Gatekeeper, launched, and showed its initial UI.
I then ran some basic validity checks, and those also passed with flying colours:
% syspolicy_check distribution umldiagrammer.app
App passed all pre-distribution checks and is ready for distribution.
% codesign -v --deep --strict -vvv umldiagrammer.app
…
umldiagrammer.app: valid on disk
umldiagrammer.app: satisfies its Designated Requirement
% spctl -vvvv --assess --type exec umldiagrammer.app
umldiagrammer.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: Humberto Sanchez II (NA8Z96F8V9)
Please run through these steps yourself and let me know what you see.
Share and Enjoy
—
Quinn “The Eskimo!” @ Developer Technical Support @ Apple
let myEmail = "eskimo" + "1" + "@" + "apple.com"