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
-
It's working here with the current commit which passes the CI build test.
Xcode 15.4 (the current update)
macOS Sonoma 14.6.1 (the current update)Like Christoph said, before downloading the HISE, make sure to check the CI build status.
-
@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. -