Mac OSX Xcode warnings with 5.4.6 and AudioPluginHost [SOLVED]

Not a big deal, but I just thought I’d mention it; I’m so used to not seeing errors/warnings in the AudioPluginHost project:

EDIT: Xcode 10.3, Mojave 10.14.6

It’s Steinberg code no ?

It looks like you’re using your own version of the VST3 SDK instead of the one bundled with JUCE. If you remove the entries for the “VST3 SDK” and “VST3 SDK Folder” settings in the global paths and Xcode exporter sections of the Projucer then re-save, the project will use the bundled VST3 SDK and you won’t get these warnings.

Thanks, ed. Sorry for the non-issue… :flushed: