Downgrading juce on mac

how do i downgrade juce from 7 to 6?
there are some features in juce 7 that prevent audiopluginhost from showing the ui when i press the run button.
Someone told me it was because the code i was using was meant to be ran in juce 6, so i researched how to downgrade from 7 and i haven’t found anything on how to do it on mac.

Just revert to a prior commit and rebuild anything that links to the juce library.

i first installed juce in october (juce updated to 7 in june), so i don thave any commits that go back to a previous version

You can get older versions of juce here:

Just rename your current JUCE folder JUCE7 or something else, and put the older one you download in the same place named JUCE and you should be able to recompile your projects with the older version (assuming you’re using global paths, of course).

Whenever I want to try an older version or a previous version, I just temporarily rename the JUCE folders and relaunch/recompile the projects.

1 Like