Apple team ID, code sign but ask for security to open the plugin
-
Hi,
I have an apple team Id, I have code signed the plugin, And code signed the installer but it ask for security when launch the installer.
Is there someone who can help me?
-
@Yannrog Where did you use the Apple Team ID?
I don't think it's needed for regular VST/AU exports, only for iOS exports (which are no longer supported).
How are you code-signing the plugin and the installer? Are you using an app, like Packages or Package Builder? Or are you using the command line?
-
You can use this terminal command to check your signing:
codesign -vvv --deep --strict "Your Plugin.vst3" && spctl --assess -vv --type install "Your Plugin.vst3"If the output doesn't say 'accepted', something went wrong with the signing or notarization process.
-
@Yannrog Did you notarize it?
This workshop might be helpful for you: https://audiodevschool.com/courses/packaging-for-macos/
-
@David-Healey Hi, I don't know what is notarize,
I will check
-
@dannytaurus When I put VST and AU, the plugin is not seen and is seeing as a potential malware.
I use Packages and I use “add a certificate“
-
@AchimR Ok,
I will check