Invalid JUCE Module Path when exporting
-
I am on Mac OS Catalina
I unfortunately could not find the solution even though others have before me.
Those forums did not help my situation unfortunately.When trying to test my export capabilities for the first time on Macbook
I get this error in the terminal."Error when saving: At least one of your JUCE module paths is invalid!
Please ensure each module path points to the correct JUCE modules folder."I have already compiled Hise and have Xcode as well.
Here is my path
What do I do to fix this error?
-
@weezycarter You can ignore that message
-
@d-healey It should generate an application In my Hise project folder under Binaries>Compiled right? Its blank
-
@weezycarter Once it's compiled. It's just like on Windows, you go to Export in the HISE menu and everything else happens automatically.
-
@d-healey Right, I exported as a standalone application but once the terminal says the process is complete I can't find an exported standalone application anywhere in my finder.
-
@weezycarter Yes it should be in there if everything went well
-
@d-healey Should I recompile Hise and see if it does anything? I just compiled Hise about an hour ago following the youtube tutorial.
-
@weezycarter I don't see how that would help. Your project is independent of HISE once you've clicked export. Are you able to run your compiled project from within xcode?
-
@d-healey How do I go about checking that.
-
@weezycarter From projucer click save and open in IDE, then there should be a run button somewhere in xcode - I rarely use it so I'm not clear on the details of the interface.
-
@d-healey What file do I open in Projucer?
After exporting my project from Hise the terminal just runs with the "invalid Juce module path" message then when I go to my project folder under binaries, there is no compiled application file anywhere to be seen.Sorry if i'm being redundant, i'm new to this program.
-
@weezycarter said in Invalid JUCE Module Path when exporting:
After exporting my project from Hise the terminal just runs with the "invalid Juce module path"
Do you mean that the terminal actually opens Projucer and displays what you showed in the screenshot of your first post?
-
No the first screenshot was just me opening PowerJucer on my own to try to fix the path.
When I hit export in Hise a terminal opens that shows this
-
@weezycarter Have you set the path to the HISE source code in HISE preferences?
-
Yes as far as I can tell
-
Uncheck this (I don't know if it will solve your problem, but you shouldn't need it).
-
@d-healey I unchecked it. I still don't see much difference.
When I hit export, the terminal runs with the message from my screenshot then when I look in my finder I can't find the exported application. The Compiled folder is blank.
-
@weezycarter said in Invalid JUCE Module Path when exporting:
I look in my finder I can't find the exported application
The compilation never happens because of that error, so at this stage you won't see anything. We need to solve that error. I really don't know why you're seeing that error, the only module path that should matter is the User Modules one, and that is set correctly. Did you change any of them in Projucer?
-
@d-healey Nothing has changed in my projucer settings. My projucer settings can be seen in the first screenshot I posted.
-
@weezycarter The Path to JUCE looks wrong - it somehow points to the projucer itself. Point to the HISE/JUCE folder.
Have you used the Projucer before and changed anything in there?