@cemeterychips update it worked ! i had to run it in an older xcode
Posts
-
RE: Compilation error
-
RE: Compilation error
@d-healey ok got it. I don't have that exact word for word location within my build but i found it under settings. I ran it again in xcode and now the only issue is the xcbeautify error. it spits out a component file (Im creating an AU) but the plugin still doesn't open in a test inside of a daw.
-
RE: Compilation error
@d-healey ok cool thank you! ! I have to do that in projucer and do a rebuild right? or can i just doit in settings in juice?
-
RE: Compilation error
@d-healey
this is the error I'm receiving when running the build in xcode#include "ipp.h"
-
RE: Compilation error
@d-healey i have , exactly as the instructions say to do so. And everything works beautifully so far except this part.
-
RE: Compilation error
@d-healey where should I be hunting for the fix to the ARM vs Intel issue?
-
Compilation error
Hello ! still learning the ropes but ive been trying all day to export and compile and cant quite crack it.
these are the errors I get
CompileC /Users/waveygreta/Documents/HISE\ Projects/TRENDZ\ REVERB/Binaries/Builds/MacOSX/build/TRENDZ\ REVERB.build/Release/TRENDZ\ REVERB\ -\ Shared\ Code.build/Objects-normal/x86_64/include_hi_tools_02.o /Users/waveygreta/Documents/HISE\ Projects/TRENDZ\ REVERB/Binaries/JuceLibraryCode/include_hi_tools_02.cpp normal x86_64 c++ com.apple.compilers.llvm.clang.1_0.compiler (in target 'TRENDZ REVERB - Shared Code' from project 'TRENDZ REVERB')
and also this
/HISE/tools/Projucer/xcbeautify: Bad CPU type in executable
** BUILD FAILED **
as wel as it sating to check compiler outputIm on intel using xcode 15
Thanks all