dataToReferTo assertion failure

I am trying to run my midi effect plugin in debug mode and I keep hitting this assertion:

I can open the plugin separately in the AudioPluginHost without hitting the assertion, but I cannot run it in debug mode.

Please help!

We just released a new commit on develop, which may be fixing your issue

Apologies for being a bother, but I’m really new to the development scene.

Where is develop?

develop is the branch of the JUCE Github repository where bugfixes are first available.

These changes are periodically shipped in the main versions and in the downloadable zip file, but until then you can only access them if you download JUCE with git instead. The following command would download the develop branch to your computer

git clone --branch develop https://github.com/juce-framework/JUCE