Has anyone been able to sign on MacOS Big Sur? I'm getting:
MyApp.app/Contents/Frameworks/Adobe AIR.framework/Adobe AIR: bundle format is ambiguous (could be app or framework)
when trying to run
codesign -f -v -s "Developer ID Application: MyCompany (N99XXXXXXX)" MyApp.app/Contents/Frameworks/Adobe\ AIR.framework/
as one of the steps in the signing process, which worked before I upgraded to Big Sur...
I'm using this script by @tuarua, which worked perfectly in the past: https://github.com/tuarua/WebViewANE/blob/master/mac_installer/sign_developerId.sh