Hello everyone! I would like to preface all of this by saying that I am incredibly new to using JUCE as well as coding in general. When I go to build anything from JUCE in Xcode the build always fails and I have consistently gotten the same amount of errors. This happens for both blank projects and demo projects and I’m not really sure what the issue is. This has happened before however it was briefly resolved after either JUCE or Xcode (I’m not sure which one) got updated. Now it’s back to the way it was. If anyone has any solutions of fixes please let me know!
Click on that very first error message and show us what the code looks like.
Most likely your JUCE install is broken somehow. Try removing the Builds and JuceLibraryCode folders from your project, then do a new export from Projucer. Do the errors go away now?
It looks like the path to the JUCE modules in Projucer is incorrect. Please check it by going to Projucer → Modules, selecting the first JUCE module, and check the “Path for Xcode (macOS)”.
For example, it should be:
../Libs/JUCE/modules


