I am writing an amp sim plug-in with JUCE, currently only using the generic GUI editor, on Mac/Xcode. While my plugins run fine on my computer, when I send them over to a friend for their thoughts (also on Mac) their DAWs simply do not recognize the plug-in. I’ve tried building release builds, building pkg installers, and still no luck. What am I missing here?
Looks like you plugin is not signed
You can put it in quarantine using this cmd:
sudo xattr -r -d com.apple.quarantine /Library/Audio/Plug-Ins/VST3/<vstname>
