The app is developed by using Avalonia and .net core. I notarized the app and not get any errors. But I got the following error when check the result of the app notarization:
"issues": [
{
"severity": "error",
"code": null,
"path": "Untitled.zip/XXX.app/Contents/MacOS/XXX",
"message": "The signature of the binary is invalid.",
"docUrl": null,
"architecture": "x86_64"
}
]
From the issue's description, it was caused by the codesign,b but it ditnot occur with any errors when signing.
Thanks for any ideas. Aaron
Eidted: The app works fine before signing. After signing, it fails. I try to run it in Terminal of MacOS ( cd to xxx.app/Contents/MacOS folder and excute ./xxx), and got the following error:
Failed to create CoreCLR, HRESULT: 0x80004005