Hi Ashley, i have followed the notarize instructions and I get the following error message after notarizing. As an example project I have taken the "KiwiStory" demo. Do you know what the problem is? Thanks
{
"issues": [
{
"severity": "error",
"code": null,
"path": "Disk+Image.dmg/KiwiStory.app/Contents/Frameworks/nwjs Framework.framework/Versions/116.0.5845.96/nwjs Framework",
"message": "The signature of the binary is invalid.",
"docUrl": "https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/resolving_common_notarization_issues#3087735",
"architecture": "x86_64"
},
{
"severity": "error",
"code": null,
"path": "Disk+Image.dmg/KiwiStory.app/Contents/MacOS/nwjs",
"message": "The signature of the binary is invalid.",
"docUrl": "https://developer.apple.com/documentation/security/notarizing_macos_software_before_distribution/resolving_common_notarization_issues#3087735",
"architecture": "x86_64"
},
{
"severity": "warning",
"code": null,
"path": "Disk+Image.dmg/KiwiStory.app/Contents/Resources/app.nw",
"message": "b\"ditto: scripts/c3runtime.js: No such file or directory\\nditto: Couldn't read pkzip signature.\\n\"",
"docUrl": null,
"architecture": null
}
]
}