Unfamiliar (To me!) Linker errors

I created one of my first XCode 3.1.3 projects for a combined Polymorphic plugin / Standalone targets

Somewhat surprisingly (again, to me) everything seems to compile OK - but this error was spat out at the end of the Standalone build

Line Location Tool:0: collect2: ld returned 1 exit status Line Location Tool:0: symbol(s) not found Line Location Tool:0: literal-pointer@__OBJC@__cls_refs@AUGenericView in juce_LibrarySource.o Line Location Tool:0: ".objc_class_name_AUGenericView", referenced from:

I’ve been comparing Frameworks etc with the DemoJuce pluginbuild, but I can’t see anything wrong (I know there must be)
Can anyone suggest what may be happening?

I thought AUGenericView was part of CoreAudio, so I’m assuming you’d have that one in your project.

Are you maybe building against the wrong SDK?

Thanks for the suggestion… In the end I “cured it” by re-creating the project (carefully, this time) from scratch! :frowning:

That said, I’ve now hit something else… Which I’ll post elsewhere