Hi all,
My project was building fine in xcode 4 when I was using juce 1_52. I have started using git and have pulled the most recent version and have run into linker errors. I’m a total n00b and linker errors fill me with fear. Any help or pointers in the right direction would be massively appreciated! Thanks in advance.
Undefined symbols for architecture i386:
"juce::JUCEApplication::actionListenerCallback(juce::String const&)", referenced from:
vtable for JuceDemoPluginin atom.o
"non-virtual thunk to juce::JUCEApplication::actionListenerCallback(juce::String const&)", referenced from:
vtable for JuceDemoPluginin atom.o
ld: symbol(s) not found for architecture i386
collect2: ld returned 1 exit status
