Hi guys… I know this is a super noob question (Ive never imported a library before to Xcode)… but I would REALLY appreciate some help as its driving me up the wall… maybe I just need to take a step back or something but… here goes anyway:
Ive read the info on the Juce site about how to add header files to my project. So Ive dragged in:
juce.h
juce.Reverb.h
I then put:
#import <juce.h> #import <juce_Reverb.h>
into my .m file… all im getting is “no such file or directory”
The best advice is not to do it manually at all. Fire up the introjucer, and use the wizard to create a new project. It’ll sort everything out for you, no need to worry about including anything.
[quote=“jules”]Wow. Hard to know where to begin really…
The best advice is not to do it manually at all. Fire up the introjucer, and use the wizard to create a new project. It’ll sort everything out for you, no need to worry about including anything.[/quote]
That sounds great… though when I double click on the introducer I get this: