Just upgraded my playground to JUCE 5 and am seeing this “Rez exit code 2” when trying to compile to AU. Anyone have an idea?
Command /Applications/Xcode.app/Contents/Developer/usr/bin/Rez failed with exit code 2
Just upgraded my playground to JUCE 5 and am seeing this “Rez exit code 2” when trying to compile to AU. Anyone have an idea?
Command /Applications/Xcode.app/Contents/Developer/usr/bin/Rez failed with exit code 2
Solved.
I had gotten a custom value in the Projucer field for Plugin AU Main Type and it was causing the failure. I deleted the custom value which allows it to default to a good value. This allowed everything to work again.