Error Exporting Plugins in Develop HISE
-
so. i was lucky to get the latest HISE develop build to compile
Catalina, xcode 12.4 it worked perfect. just changed deployment to 10.14
plugins have exported flawlessly on windows with the same HISE. but on my mac version im getting the following error
/usr/local/bin/xcpretty: /System/Library/Frameworks/Ruby.framework/Versions/2.3/usr/bin/ruby: bad interpreter: No such file or directory
im not the best at this but it looks like ruby isnt installed or xcpretty? or something like that. i did just update to catalina in order to run the bare minimum xcode 12.4
thought?
-
@mwplugs install xcpretty. The command you need is
sudo gem install xcpretty
I think. -
@d-healey yes i figured it out i did
sudo gem install xcpretty -n /usr/local/bin
-
@mwplugs just in case this works..how can i validate that my plugin will run AU and VST in both m1 native and regular systems?
-