Building auwrapper

Thank you, Yan for your answer.
I have discovert your jamba project befor. It is a great work!
I could build with it a xcode project. It compiles the plugin and others, but while creating the au-plugin the linker fails.
A lot of symbols were not found:
Steinberg::IPluginBase::iid
Steinberg::IPluginFactory2::iid
Steinberg::Vst::IComponent::iid
and some more.
But these symbols are defined in headerfiles e.g. “ipluginbase.h” or “ivstcomponent.h” which are includet in the xcode project.
May be, there is something wrong with my configuration or some trouble with dependencies or namespaces.
I don’t know, but I’m not so familiar with software developement on Mac.

Jörg