Haven't looked at my JUCE project in about a month. Tonight I upgraded to 4.1.0-105-g30ac2dc. When I try to update my project with the introjucer as I normally do (build introjucer, run introjucer, File -> Save) I got an error about a module path being invalid.
Looking at Config -> Modules, I see that juce_browser_plugin_client is set to "?" and it tells me that 4.1.0 is available. Screenshot attached.
How do I fix this?
stephane@dev-vm ~/p/juce> git describe
4.1.0-105-g30ac2dc
stephane@dev-vm ~/p/juce> git status
On branch master
Your branch is up-to-date with 'origin/master'.
No, I wasn't using it. But this project was setup a couple of years ago, so there were lines in the .jucer project file about it.
I finally figured out last night that all I had to do was manually delete the MODULEPATH and MODULES lines that referenced browser plugin, and the error went away.
I have no idea how to remove it from the list in the introjucer. I see no option to remove it. See the screenshot in the previous post. It was telling me there was a new version for 4.1, but I had no idea how to upgrade to it.