Today I updated to Xcode 16 and my project fails to build because of this:
BuildFailedException: Burst compiler (1.6.6) failed running
stdout:
stderr:
llvm-lipo: error: ‘Temp/StagingArea/StaticLibraries/lib_burst_generated64.a’: ‘Temp/StagingArea/StaticLibraries/lib_burst_generated64.a’: Invalid value (Producer: ‘APPLE_1_1600.0.26.3_0’ Reader: ‘LLVM 12.0.0’)
Project was building perfectly fine before and nothing else changed, I do need to use Burst so would rather not disable.
Also, I don’t know why the only version of Burst that I’m allowed to install is 1.6.6, there’s newer ones but they are not offered to me.
The unity editor is 2021.3.32f1 LTS, I tried deleting the library, building to a new folder which usually fixes things for me but no luck,
Any help appreciated