@fwilleke80 said in Plugin compiled on macOS Catalina for R23, not working on Big Sur?:
- Can you ask your customer what "usual" security questions he answered?
- Can you ask your customer before unpacking the zip archive, that maybe he has downloaded from an email or a website, to run
$ xattr -d "com.apple.quarantine <zip archive to your plugin>"
Ah, thanks, I'll ask him to try that!
So, to make the plugin run on my beta testers' Macs with Bir Sur without warnings, I not only need to sign the binary, I also need to send the binary to Apple to have it notarised? Every single time I release a beta version to my testers?? 😱
Cheers,
Frank
This is actually what we do in our building pipeline. My suggestion is to automate the process which, being completely terminal based, should be far from being rocket science.
Cheers, R