Why am I seeing: The path to your JUCE folder is incorrect?

Projucer shows this message.

The path points to the cloned JUCE directory.

What does it expect that is missing?

Can this message be more specific and also say what is missing?

In the Projucer’s menu option File > Global Paths... make sure all the paths there are pointing to the correct place.

The default path is ~/JUCE.

Is ~/JUCE expected to have a cloned GitHub repository?

It complains when ~/JUCE is a cloned repo.

Same for me on macOS Somona. I had to use the develop branch of JUCE from the cloned repo to get it to work with Xcode 15. The path to JUCE is correct, I chose Ignore and everything seems to be working. I guess Projucer looks inside the path to JUCE and expects to see certain files, and they are different when it is a cloned repo rather than the normal install, but it seems to work anyway if you ignore it. I guess this is kind of a bug in Projucer.

Are you using a Projucer compiled from the source code of your JUCE distribution? This sounds like a mismatched version of the JUCE folder and the Projucer.

1 Like

Yes, I was Projucer built with the develop branch of JUCE from the repo in order to to get it to work with Xcode 15. I expect the changes for Xcode 15 are now in the stable branch but I haven’t checked.