CLANG errors on Plugin export
-
Morning all
For the first time in a few projects I've an error on the mac side of compiling a vst instrument and wondered if anyone had any info/pointers as to what is the issue:
[ARCHIVE 0 - Shared Code] Compiling PresetData.cpp
clang: error: unable to execute command: Killed: 9
clang: error: clang frontend command failed due to signal (use -v to see invocation)I'm on a silicon mac Sequoia15.7.4 running the latest commit xcode 16.4
Windows side absolutely nice issue when compiling the vst
-
@JamesC Try an older version of xcode
-
@David-Healey Thanks will try that next
-
@David-Healey SO rolled back as far as I can on this machine same errors. Its odd as other plugins exporting fine.
This one relies on audio loop players and embedded audio files is this another possible cause of the issue?
Thanks
-
@JamesC said in CLANG errors on Plugin export:
This one relies on audio loop players and embedded audio files is this another possible cause of the issue?
Could be. Make a minimal test project and gradually add the elements you think might be causing the issue. Clean the build folder between each recompile.