Errors building HISE on 2020 M1 MacBook Air and Xcode 15.4
-
I'm getting 2 errors when trying to build HISE on 2020 M1 MacBook Air running Sonoma 14.6.1 and Xcode 15.4.
Use of undeclared identifier 'JUCE_DEBUG'
Use of undeclared identifier 'HISE_INCLUDE_FAUST'I'm following the videos in D.Healey's Hackspace series.
Any ideas?
-
@dannytaurus do you have Faust installed?
Are you setting the scheme in XCode to: Hise with Faust?
Are you using the develop branch of HISE?
-
Christoph posted the solution here https://forum.hise.audio/topic/10462/what-s-the-current-mac-sonoma-xcode-situation/7
-
-
@Lindon Although the problem seems to be sorted I'll answer anyway, in case it helps anyone else.
Faust - I don't have Faust installed, as far as I am aware.
Xcode - I didn't change anything in Xcode. I'm just following D.Healy's tutorial, which doesn't mention Faust at all.
Branch - I tried with the master and develop branches and got the same issue. -