ChowMatrix Build Location and Saving Error

Hi, I just built an Xcode of a gitHub repository, but it is not building the plugin in the default location. How can I change the build location to “/Users/username/Library/Audio/Plug-Ins” and “~/Library/Audio/Plug-Ins” on a Mac so that I can link the schemes to and open with AudioPluginHost and Logic Pro X, respectively?

I haven’t built it myself, but great that it uses my plugin_gui_magic <3

For issue Nr. 1 you add the option COPY_PLUGIN_AFTER_BUILD to the cmake:

Simply add the line

COPY_PLUGIN_AFTER_BUILD TRUE

inside the juce_add_plugin()