Can't notarize Qt frameworks
-
Hey
I get this error as notarisation summary :"severity": "error", "code": null, "path": "myFancyApp.zip/myFancyApp.app/Contents/Frameworks/QtConcurrent.framework/Versions/A/QtConcurrent", "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": "arm64"
I just can't make it work, I wish qt would just ship dylibs, so I can sign them like anything else and not have that problem :/
Checking my app with codesign says it satisfies all, zipping/unzipping it it also works, sending notarizing it breaks.
Can any1 shed any lights?
-
Hi,
How are you doing the notarization ?