JUCE 8 Projucer assertion hit on Ubuntu 20.04

I recently upgraded to JUCE 8.0.2 from JUCE 6. Since upgrading the Projucer is hitting an assertion and not working on Ubuntu 20.04. The specific assertion hit is in juce_component.cpp at line 2689. This happens with a project loaded and without. It is making it impossible to export my project correctly and stopping me from building for this platform. I have tried compiling the Projucer with multiple versions of g++ from versions 9-13

We’ve had some fixes addressing Linux lately. Please see if JUCE 8.0.3 works for you, or even the develop branch if you’re still seeing issues with 8.0.3.

You may also find that you need at least GCC 11 on Ubuntu 20. Using that I’m currently not reproducing assertions.

Thanks for the help. The Projucer from 8.0.3 does fix it!