I get random signing errors when building our plugins with XCode 11. It looks like XCode tries to sign the plugin even without any “Signing Identity”.
XCode output:
Signing Identity: "-"
/usr/bin/codesign --force --sign - --timestamp=none /PlugIn.component
Should i now provide a Signing Identity in Projucer or is it still recommended to sign the plugins by script?