aleksey.tomin
03/01/2021, 12:12 PMcodesign -dvv --force --timestamp --sign ***
for all dylib’s and my kexe with a Mac App Distribution
certificate
Next I’ve signed productsign --sign
and codesign -dvv --force --timestamp --sign
with a Mac Installer Distribution
certificate
And the last: xcrun altool --notarize-app --primary-bundle-id "ID"
- AppID configuration.
After this in the log I see
{
"severity": "error",
"code": null,
"path": "MY.pkg xpoint-sdk.kexe",
"message": "The binary is not signed with a valid Developer ID certificate.",
"docUrl": null,
"architecture": "x86_64"
},
{
"severity": "error",
"code": null,
"path": "MY.pkg .../xpoint-sdk.kexe",
"message": "The executable does not have the hardened runtime enabled.",
"docUrl": null,
"architecture": "x86_64"
}
...
{
"severity": "error",
"code": null,
"path": "MY.pkg .../some.dylib",
"message": "The binary is not signed with a valid Developer ID certificate.",
"docUrl": null,
"architecture": "x86_64"
}
How can I fix it?olonho
03/01/2021, 12:20 PMaleksey.tomin
03/01/2021, 12:25 PMaleksey.tomin
03/03/2021, 8:02 AMolonho
03/03/2021, 9:39 AMPkg
suffix, IIRC.aleksey.tomin
03/03/2021, 9:43 AM