I understand that similar topics have been posted before, but I read through both of them and I can’t seem to find a directed solution to fixing the problem. I am incredibly new to JUCE, and this problem occurred while following the tutorial for creating a basic audio/MIDI plugin.
I would appreciate some directions on how to fix this problem, and thank you!
Where did you get the JUCE code? I think if you are using the latest XCode you need to use JUCE from the develop branch from GitHub. If you use the code on the website it won’t work.
Turns out that my files were maybe all over the place. It was my mistake to not check this thread, and I downloaded it again from the website. The AudioBuffer error went away, but the now it says that reference to Point is ambiguous.
I can confirm that everything you said in the post corresponds to my system as well. The modules all show 2020, but building the AudioPluginHost is giving me ‘reference to ‘Point’ is ambiguous’ issues.