Hi, I’m following a tutorial right now on creating a simple delay, and they seem to be able to build their project and get. binary which prints a simple “Hello World!” quite fine. They also have workshop files, and I download the Projucer file from checkpoint 1 of the workshop (just the basic starter files), and when I build that in Xcode I do get the GUI. Here is the link to this video https://www.youtube.com/watch?v=PltjGej4Jes
I did everything the same throughout the workshop up to this point, I compared both Projucer files, and everything looks the same with the workshop one as mine. I have AU, VST, and Standalone checked, so do they, etc.
There’s two things I’ve noticed but don’t know how to resolve or if they’re even the issue.
1.) My Xcode file has juce_VST3ManifestHelper.mm whereas in theirs it is red (assumably missing)
2.) When checking the build, theirs says “projectName - Standalone Plugin” then offering a dropdown box with “projectName - Shared Code”, whereas mine says “projectName - Shared Code”… also I’ve created 2 projects to take a second attempt and that time I got in that build area the title “projectName - AU” then a dropdown box with “projectName - Shared Code”
Any help on this would be greatly appreciated, so I could better understand how JUCE really works and get future projects going more easily.
Thanks!