Hi everyone,
Yesterday I installed Juce on my Macbook. I was able to build the Introjucer in XCode (3.2.6) and able to open it. I opened Plugin Host.jucer from the Extras folder in the Introjucer application, selected AU plugin only, and opened the project in XCode.
When I built this, I got 20 or so errors, with most of them saying: Operands to ?: have different types 'const juce::HeapBlock<unsigned char, false>' and 'const juce uint::8 [4]'.
Has anyone ever seen these types of errors when they built the sample audio plug-in on XCode? If so, what did you do to deal with it? Was it a matter of installing a new CoreAudio SDK? Thanks.