Building Standalone Plugin Holder in Xcode 6

Hi,

I'm trying to compile a project that hosts an audio plugin we've created to run as a standalone program for OSX, iOS and Windows.

The StandalonePluginHolder class seems like the right option, however I'm getting compile issues when trying to add the juce_audio_plugin_client module.

I've created a GUI application from the Introjucer template, as soon as I add the module I get the following rez error:

failed to find ConditionalMacros/ConditionalMacros.r
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AudioUnit.framework/Headers/AUComponent.r:19: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - SysError 0 during open of "ConditionalMacros.r".
Fatal Error!
/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.9.sdk/System/Library/Frameworks/AudioUnit.framework/Headers/AUComponent.r:19: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Fatal Error, can't recover.
ConditionalMacros.r: ### /Applications/Xcode.app/Contents/Developer/usr/bin/Rez - Since errors occurred, /Users/joe/Library/Developer/Xcode/DerivedData/IsaCtrliOS-hjahqiuehbqqmrerzrjauaiqehma/Build/Intermediates/IsaCtrliOS.build/Debug/IsaCtrliOS.build/ResourceManagerResources/Objects/juce_AU_Resources.rsrc's resource fork was not written.
Command /Applications/Xcode.app/Contents/Developer/usr/bin/Rez failed with exit code 3

I'm running OSX 10.9.5, Xcode 6.0.1, JUCE v3.0.8 and the last CoreAudio utility classes downloaded from https://developer.apple.com/library/ios/samplecode/CoreAudioUtilityClasses/Introduction/Intro.html

I can't seem to find much info elsewhere on the forum, has anyone else experienced this issue?

Many thanks,

Joe

 

 

 

Oh jeez, I just found this post:

http://www.juce.com/forum/topic/build-errors-if-i-add-audiopluginclient-module

Sorry everyone!