Errors trying to compile standalone app on MacOS- XCode 14.1
-
@gorangrooves Ok, I'll check later this evening and let you know.
-
@gorangrooves I have version 2.6
-
@d-healey Thank you. That is good to know. So, you have the same as me. I am now unable to export projects on Win either with the latest HISE build, so let us see if this issue gets somewhat resolved after Christoph does some tinkering.
-
I'm having no issues compiling here
-
Not having success with Mac builds. I copied the project to an SSD attached to my Mac to rule out that problem and cleaned up the build folder. I am targeting both Apple silicon and Intel. These are the errors I am getting for all formats I am trying to compile (VST, VST3, AU, AUv3, AAX).
Showing Recent Errors Only Undefined symbol: _ippFree Undefined symbol: _ippsAdd_32f Undefined symbol: _ippsCplxToReal_32fc Undefined symbol: _ippsFFTFwd_RToPerm_32f Undefined symbol: _ippsFFTGetSize_C_32fc Undefined symbol: _ippsFFTGetSize_C_64fc Undefined symbol: _ippsFFTGetSize_R_32f Undefined symbol: _ippsFFTGetSize_R_64f Undefined symbol: _ippsFFTInit_C_32fc Undefined symbol: _ippsFFTInit_C_64fc Undefined symbol: _ippsFFTInit_R_32f Undefined symbol: _ippsFFTInit_R_64f Undefined symbol: _ippsFFTInv_PermToR_32f Undefined symbol: _ippsFree Undefined symbol: _ippsMalloc_32fc Undefined symbol: _ippsMalloc_8u Undefined symbol: _ippsRealToCplx_32f Undefined symbol: _ippsSum_32f Undefined symbol: _ippsThreshold_32f_I
Perhaps some setting somewhere will magically blow these errors away?
-
Don't use IPP on Mac
-
@d-healey Not trying to. How not to?
-
@gorangrooves Uncheck it in your project preferences
-
@d-healey OK. Thank you. Yes, it was checked. I don't know why as I've never used IPP anyways. I will try again...
-
@d-healey I managed to compile one instrument at last! I am so relieved. One less hurdle to deal with. Thank you, Dave and Christoph!