Hello,
I made application by Automator by using apple script, and then I notarized application but I got some errors as below.
Can anyone provide any solution for this?
{
"code": null,
"path": "xxxx.pkg/xxxx.pkg Contents/Payload/Applications/xxxx/xxxx.app/Contents/MacOS/Application Stub",
"message": "The binary is not signed.",
"docUrl": null,
"architecture": "x86_64"
},
{
"code": null,
"path": "xxxx.pkg/xxxx.pkg Contents/Payload/Applications/xxxx/xxxx.app/Contents/MacOS/Application Stub"
"message": "The signature does not include a secure timestamp.",
"docUrl": null,
"architecture": "x86_64"
},
{
"code": null,
"path": "xxxx.pkg/xxxx.pkg Contents/Payload/Applications/xxxx/xxxx.app/Contents/MacOS/Application Stub"
"message": "The executable does not have the hardened runtime enabled.",
"docUrl": null,
"architecture": "x86_64"
},
Best Regards.