Unable to host VST3 plugins on macOS "The bundle is damaged or missing necessary resources."

Hi,

Thanks for your help!
Sadly I can’t share the actual project files publicly, so I’ve just spent a few hours trying to create a minimal example (generating an Xcode project file using the projucer or Cmake) to try to reproduce the issue, but I cant have that new Cmake project fail in the same way.

My project uses some options which are provided by global company macros, I suspect that one of them might be causing the issue. I’ll do more digging on that side.

I’m using juce 5.4.2 and the embedded VST3 SDK.

I’m now wondering what might be preventing the plugin (at that stage, it’s just any other shared library) from loading. I’m pretty sure it’s because of some dependencies of the plugin that should be provided by the host, but I’m not super familiar with the way these things work…