Linker problem on Mac OS X Studio AP 1.02.02

Hello,

I’m getting these errors in my own projects now but this can be reporduced in the example projects. For exampe the simple_event.xcodeproj give the following errors.

Martin

Undefined symbols for architecture x86_64:
  "FMOD::Studio::Handle<FMOD::Studio::EventInstance>::setImpl(FMOD::Studio::Handle<FMOD::Studio::EventInstance>::Impl*)", referenced from:
      FMOD::Studio::Handle<FMOD::Studio::EventInstance>::~Handle() in simple_event.o
  "FMOD::Studio::Handle<FMOD::Studio::EventInstance>::Handle()", referenced from:
      FMOD::Studio::EventInstance::EventInstance() in simple_event.o
  "FMOD::Studio::Handle<FMOD::Studio::EventDescription>::setImpl(FMOD::Studio::Handle<FMOD::Studio::EventDescription>::Impl*)", referenced from:
      FMOD::Studio::Handle<FMOD::Studio::EventDescription>::~Handle() in simple_event.o
  "FMOD::Studio::Handle<FMOD::Studio::EventDescription>::Handle()", referenced from:
      FMOD::Studio::EventDescription::EventDescription() in simple_event.o
  "FMOD::Studio::Handle<FMOD::Studio::Bank>::setImpl(FMOD::Studio::Handle<FMOD::Studio::Bank>::Impl*)", referenced from:
      FMOD::Studio::Handle<FMOD::Studio::Bank>::~Handle() in simple_event.o
  "FMOD::Studio::Handle<FMOD::Studio::Bank>::Handle()", referenced from:
      FMOD::Studio::Bank::Bank() in simple_event.o
  "FMOD::Studio::Handle<FMOD::Studio::System>::setImpl(FMOD::Studio::Handle<FMOD::Studio::System>::Impl*)", referenced from:
      FMOD::Studio::Handle<FMOD::Studio::System>::~Handle() in simple_event.o
  "FMOD::Studio::Handle<FMOD::Studio::System>::Handle()", referenced from:
      FMOD::Studio::System::System() in simple_event.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Thanks for the bug report, we will roll out a new version tomorrow to correct this.