Cannot build - outdated version of Projucer?
-
I get this error in VS when building.
"This project was last saved using an outdated version of the Projucer! Re-save this project with the latest version to fix this error."
I built the other day using the latest version of JUCE but had problems so I am trying again using the version that comes with develop and it stops at this error.
EDIT: Seems like I have to use the latest version to be able to build, works if I use that version, do I have to get rid of the latest JUCE version for it to work with the older version that comes with Develop ?
-
@lalalandsynth What do you mean about using the latest version of JUCE? You don't need anything to build Hise other than what is in the Hise build folder. Use the Projucer that is included in the tools folder of Hise.
Something in Xcode may be point to the other version of Juce you used to build instead of the one in Hise folder now. I remember getting a similar error once but I am not sure how I fixed it.
-
@crd I know , I am using the Projucer that comes with Develop.
Trying to build in VS.
I did build the other day using the latest version of JUCE , thought I would mention that as that might be causing the problem. -
@lalalandsynth said in Cannot build - outdated version of Projucer?:
This project was last saved using an outdated version of the Projucer
Is the project HISE or is it your project?
-
@d-healey Sorry if I am not being clear.
I am trying to build HISE when I get that error message.
Building in VS - Latest develop - Using Projucer that comes with develop.
The other day I made the mistake of downloading the latest JUCE and used that to build.
Had problems with HISE not working properly so I decided to build again using the Projucer that comes with Develop. -
@lalalandsynth Are you sure you have removed every copy of the HISE source on your system? It sounds to me like you still have another version.
In Projucer are you manually opening the .jucer file or are you letting it open the last .jucer file automatically?
-
@d-healey Yes, pretty sure , did a search for anything HISE , cleared the Appdata as well.
As for manually opening , not entirely sure as I have tried a lot of things, would have done it automatically at first, not sure if I tried manually.I did also try installing the latest Juce version again and I can build with that no problem.
-
@lalalandsynth said in Cannot build - outdated version of Projucer?:
As for manually opening , not entirely sure as I have tried a lot of things
Check
-
@d-healey Will do .
-
@lalalandsynth This happened to me when I was first installing on my Mac & XCode. I installed the newest version of JUCE & it worked but then I was no longer using the GPL licensed Projucer.
Once I completely removed JUCE & HISE source codes, I then redownloaded new_layout branch & built just fine. I do believe I had to manually select the Projucer within HISE Project Folder & change some settings in order for it to function properly.
Seems super simple & it sounds like you may have done this already but thought Id share my experience with this problem.