We’ve just started getting some odd build errors in Xcode with a JUCE project that was compiling fine a few days ago. I wonder if something has been updated in Xcode?
So it turns out the issue was my fault. I’d accidentally deleted a closing namespace bracket in a recent commit, within one of our custom JUCE modules. Which built fine initially, but then broke upon rebuilding the project.
Sorry for the alarm JUCE team, and thanks for the offer of help @attila .