Just updated my project from 4.0 to 4.2, changed module path to current juce 4.2 develop repository. Xcode shows me the error
file:///Users/christian/cpp/MyProject/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h: warning: Missing file: /Users/christian/cpp/MyProject/JuceLibraryCode/modules/juce_audio_devices/juce_audio_devices.h is missing from working copy
I don’t use the source-code copy into the project - feature.
I see the juce_audio_devices.h directly in /Users/christian/cpp/MyProject/JuceLibraryCode
Its it the normal case that the include files are now (4.2.1) directly under JuceLibraryCode, and the (old)paths in Xcode are incorrect, or is the other way around
Aha, okay, seems this was just the warning from integrated Xcode Version Control.
(Got also lots of different errors for 4.2.1, just struggled with the chaos )