Sorry, still behind the curve in Xcode, but I’m running into oddities that seemed trivial in Codewarrior.
One is ‘dependancies’. It seems that jucedemo, jucer and the sample project should have the juce library as a ‘direct dependancy’.
Another was the xconfig file, which apparently is only read when the project opens. God Bless. When it feels like it.
But the stumbler for me is when I’ve copied the sample app to another directory, and now, even with juce.h included, it can’t find the included files, i.e #include "src/juce_core/basics/juce_StandardHeader.h"
I have a source tree, but that seems to be a sop to ex-CW people, and not really apply. I found and tried User Header Search paths with my source tree, but struggled until I removed all the white space from the path.
After that, it couldn’t find the juce project or xconfoxconfig again, and after fixing that, it can’t find the libjucedebug.a, apparently because of a path thing (/usr/bin/ld: warning -L: directory name (…/…/…/juce/bin) does not exist)
Should I give up on putting my project files where I want? Is that just not an XCode thing?
Bruce