App notarized/stapled but Gatekeeper says "App" cannot be opened because the developer cannot be verified
Hi,
As software developer/provider my Foo.app is signed and notarized successfully since many releases, and nobody reported that Gatekeeper complains about.
But today, preparing and testing the next version, I get the message usually displayed when an App is not notarized:
"Foo.app" cannot be opened because the developer cannot be verified
However my Foo.app is 1/ signed, 2/ notarized, 3 stapled successfully:
{
"logFormatVersion": 1,
"jobId": "xxxx",
"status": "Accepted",
"statusSummary": "Ready for distribution",
"statusCode": 0,
"archiveFilename": "Foo.app.zip",
"uploadDate": "2024-03-14T15:48:25.520Z",
"sha256": "xxxxx",
"ticketContents": [ ...]
}
$ spctl -a Foo.app -vv
Foo.app: accepted
source=Notarized Developer ID
origin=Developer ID Application: XXXXXXXXX (XXXXXX)
Tested on 3 distinct Mac...
Could somebody help me to understand what is going wrong ?
Thanks!