Compilation issues in Xcode5 on OSX 10.9

Hey Jules,

After using the Introjucer to generate build settings for my fresh operating system install of the Developer Preview OSX 10.9, I ended up experiencing the following issue:

Undefined symbols for architecture x86_64:
“createPluginFilter()”, referenced from:
createPluginFilterOfType(juce::AudioProcessor::WrapperType) in juce_PluginUtilities.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

I don’t see any changes in juce_PluginUtilities.o since 2012 – and last week, everything was beautiful. The only thing I can think of is if my PluginProcessor.cpp’s object file is some how mysteriously missing from my build settings… If it is not that, it is probably a recent change to the Introjucer? I will let you know pretty soon here.

Hopefully Apple didn’t do something that is corrupting my build settings. :!:

Please disregard… Xcode5 GUI glitch it looks like