I'm trying to follow the tutorial for a new VST audio plugin. The project creates as it should but when I build I get the following error:
/Applications/Xcode.app/Contents/Developer/usr/bin/Rez failed with exit code 3.
After reviewing this Juice Post: http://www.juce.com/forum/topic/xcode-43
I realized the issue was missing Core Audio files, and if I click on Build Phases --> compiled sources, I can see the missing cpp files.
AUBase.cpp, AUBuffer.cpp etc
The post says to simply download the Core Audio SDK, but it appears there is no longer a link on the developer.apple.com for it. I remember looking for it before and I think its been discontinued.
I don't understand how others are getting past this step. If I look in the Core Audio Framework, The classes are not the same.
I also have the same problem with the audio plugin example apps in the Introjucer. The other examples that do not require the Core Audio classes are all building and running.
Thanks in advance for your help.
