Hi There -
I’m very new to xCode, C++, and Juce - so I apologize for the relative newbness of this question:
I’ve been downloading the tutorials, but when I open them, they don’t compile correctly. When I do the project from scratch, using “Projucer” - they work fine.
From what I gather, this is because the paths to the Juce modules in the pre-fabricated code presume different locations than where the files are actually stored for me. I get a lot of this kind of error:
“no such file or directory: ‘/Users/fw/juce/modules/juce_audio_formats/juce_audio_formats.mm’”
Is there a way to reassign that path?
Thanks.