I developed a vst3 plug-in on my own with the sdk. Now I would like to give it to a friend of mine. But I don't know how to give it to him.
I developed the plugin with the sdk, on Xcode. So my plug-in appears in VST_SDK/build/VST3/Debug with the name MyPlugin.vst3. When the plug-in is located here, Reaper and PremierePro are able to recognize it. (I told Reaper and premiere to scan this location). But when I try to move my plug-in to the default location for this kind of plugin (/Library/Audio/Plug-ins/VST, which Reaper and Premiere recognise by default), The softwares aren't able to recognise my plugin anymore.
I'll try to be clear with my expectations. I want to give my plugin to someone else. I thought I just had to give the .vst3 and put it in the good location, but it doesn't seem to work.
Maybe it is a license problem ? or maybe I have to give the whole sdk ?
Thanks for your answers
Ok. I found the problem. I don't really understand why if I move my .vst3 to /Library/Audio/Plugins/VST3 it isn't recognise, maybe it is a problem of access right. But in fact if I move it to User/MyUserName/Library/Audio/Plugins/VST3 it works perfectly fine !! I just couldn't see the existence of this repository, I didn't know that on Mac it is a hidden repository. So yeah for people with the same questions just move your .vst3 to this hidden User/blablaname/Library/Audio/Plugin/VST3 repository and it's perfect. –