JUCE 4.1, Mac 10.11.3
I've tweaked a number of things in the JUCE modules, mostly iOS stuff. In order to preserve these changes I've enabled "Preserve Local Module Changes" in Projucer so that they aren't overwritten every time I save my project in Projucer. However, now when I try to compile in XCode I get the following errors:
In JuceHeader.h
/Users/Joe/Developer/syntorial/Syntorial/JuceLibraryCode/JuceHeader.h:22:18: Expected namespace name
Followed by various "unknown type" errors for several JUCE classes like String, AudioPlayhead, etc
Am I misunderstanding how this is supposed to work or is this a Projucer bug?