Hello,
I tried to nortarize .pkg file but pkg file still have some errors.Please see log.
My application use .NET core binary by Microsoft(https://dotnet.microsoft.com/download/dotnet-core/2.2) .
Can anyone please provide solution for this errors?
///Log///
{
"path": "xxxxxx.zip/.../netcoreapp2.1/publish/runtimes/osx-x64/native/libgdiplus.dylib",
"message": "The signature does not include a secure timestamp.",
"docUrl": null,
"architecture": "x86_64"
},
{
"path": "xxxxx.zip/.../dotnet-runtime-2.1.11-osx-x64/dotnet",
"message": "The binary is not signed.",
"docUrl": null,
"architecture": "x86_64"
},
{
"path": "xxxxx.zip/.../dotnet-runtime-2.1.11-osx-x64/dotnet",
"message": "The signature does not include a secure timestamp.",
"docUrl": null,
"architecture": "x86_64"
},
{
"path": "xxxxx.zip/.../dotnet-runtime-2.1.11-osx-x64/dotnet",
"message": "The executable does not have the hardened runtime enabled.",
"docUrl": null,
"architecture": "x86_64"
},
Best Regard,