Projucer issue
-
Hi all, just updated Hise using git (been away for a while, so a few months behind on the dev updates) but when opening the Projucer file I now get the following window:

It used to open the Hise project and I'd just save and load in xcode. If I click to 'open existing project' in the above window and locate the Projucer file, I get this:

Where am I going wrong / is this a bug?
-
@paper_lung Have you downloaded the HISE source along with the new JUCE submodule?
-
@David-Healey Yeah I have, so I downloaded using: git clone --branch develop --recurse-submodules
also used git submodule update --init --recursive
-
@paper_lung And the Projucer image you're showing is from the ./JUCE/projucer folder?
-
@David-Healey Yeah:

-
@paper_lung hmm could be caused by a permission issue. I don't think the current build is notarized. Lindon ran into an issue because of it last week. Either remove the quarantine flag or try compiling projucer yourself (the source code is in the extras folder).