Hi there,
I’m on mac using cmake ninja generator (debug) on a fresh new plugin project getting a “no symbols” linker warning.
Would preferably like to fix these if they’re not a bug with juce, otherwise would by happy settling with just silencing the warning if possible.
In cmake, I’m not setting anything related to ARA or LV2.
I looked into adding linker flags for static libraries but couldn’t get anything working.
Thanks for your help in advance.
[142/173] Linking CXX static library apps/plugin-project-template/PluginProjectTemplate_artefacts/Debug/libPluginProjectTemplate_SharedCode.a
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: apps/plugin-project-template/PluginProjectTemplate_artefacts/Debug/libPluginProjectTemplate_SharedCode.a(juce_audio_processors_ara.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: apps/plugin-project-template/PluginProjectTemplate_artefacts/Debug/libPluginProjectTemplate_SharedCode.a(juce_audio_processors_lv2_libs.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: apps/plugin-project-template/PluginProjectTemplate_artefacts/Debug/libPluginProjectTemplate_SharedCode.a(juce_audio_processors_ara.cpp.o) has no symbols
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ranlib: file: apps/plugin-project-template/PluginProjectTemplate_artefacts/Debug/libPluginProjectTemplate_SharedCode.a(juce_audio_processors_lv2_libs.cpp.o) has no symbols
