Build error Rez - include_juce_audio_plugin_client_AU.r
-
Little help please?
I am encountering an issue while building my project on macOS.
The build process fails with the error message 'failed to find juce_audio_plugin_client_AU/juce_audio_plugin_client_AU.r'. I have tried to locate the file 'include_juce_audio_plugin_client_AU.r' in the JUCE library code folder and have confirmed that it is present. What could be causing this error, and how can I resolve it?PS: I get the same error exporting from HISE or from xcode. I'm using xcode 14.2 in mac os 13.2.1
thank you
-
@RastaChess What version of Projucer are you using? I got the same error before because I was using JUCE 7
-
@Soundavid I am using 7.0.5. What version did you change to?
-
@RastaChess Use the version that comes with the HISE source code (v6.x).
-
@d-healey Ok I will give that a try.
Thank you both. Much appreciated.
-
@d-healey Hey it worked!!
Just for future reference, the version that worked for me was 6.1.4 as stated in the HISE github projucer page. But I had to downloaded from the JUCE github page of legacy version, because for some reason the version that I had in my HISE development folder was 7.
thanks again.