After notarization installer package we have this error
{
"logFormatVersion": 1,
"jobId": "3e34a640-9cc1-4366-ac84-8f26c61c896d",
"status": "Invalid",
"statusSummary": "Archive contains critical validation errors",
"statusCode": 4000,
"archiveFilename": "connect_s.pkg.zip",
"uploadDate": "2021-05-17T21:48:14Z",
"sha256": "d18edb5b965570b2c9d5e14313c223a50b3c7ffef8f52594dc77dfbd3f108ecf",
"ticketContents": null,
"issues": [
{
"severity": "error",
"code": null,
"path": "connect_s.pkg.zip/connect_s.pkg/connect_s.pkg Contents/Payload/Applications/Connect (1000THVVLJLMNJ2UPSU7JJBBPHNLCN8LKGsaicloud)/messenger.app/Contents/MacOS/messenger",
"message": "The signature of the binary is invalid.",
"docUrl": null,
"architecture": "x86_64"
}
]
}
We sure that file was signed and even pass notarization
codesign --verify --verbose "messenger.app"
messenger.app: valid on disk
messenger.app: satisfies its Designated Requirement
We use Packages for create installer. And it works for other package that was created by Packages.
{
"logFormatVersion": 1,
"jobId": "3e34a640-9cc1-4366-ac84-8f26c61c896d",
"status": "Invalid",
"statusSummary": "Archive contains critical validation errors",
"statusCode": 4000,
"archiveFilename": "connect_s.pkg.zip",
"uploadDate": "2021-05-17T21:48:14Z",
"sha256": "d18edb5b965570b2c9d5e14313c223a50b3c7ffef8f52594dc77dfbd3f108ecf",
"ticketContents": null,
"issues": [
{
"severity": "error",
"code": null,
"path": "connect_s.pkg.zip/connect_s.pkg/connect_s.pkg Contents/Payload/Applications/Connect (1000THVVLJLMNJ2UPSU7JJBBPHNLCN8LKGsaicloud)/messenger.app/Contents/MacOS/messenger",
"message": "The signature of the binary is invalid.",
"docUrl": null,
"architecture": "x86_64"
}
]
}
We sure that file was signed and even pass notarization
codesign --verify --verbose "messenger.app"
messenger.app: valid on disk
messenger.app: satisfies its Designated Requirement
We use Packages for create installer. And it works for other package that was created by Packages.