McMartin/FRUT

Can't convert JUCE 6.0.0 projects without .jucer file modification

E-Fir opened this issue · 1 comments

E-Fir commented

Jucer2CMake exits with the "is not a valid Jucer project" error for all my projects.
After debugging the FRUT, I have figured out that the jucer file is lack of the "jucerVersion" attribute in the root node.
Adding jucerVersion="6.0.0" to the root node resolves the issue.

@E-Fir thanks a lot for opening this issue and reporting this bug!
I opened #650, which should fix it.