When trying to build my unity project for standalone mac, i get this error :“ld: library not found for -lc” and nothing more, I can’t figure out why this is happening, any idea? thanks in advance!
It looks like you’re using an ancient version of the burst compiled - 4 major versions out of date (the current one is 1.6.x). Can you try upgrading your burst package and seeing if it fixes the issue?
The burst compiler version(1.2.3) works fine with android and windows so i think it is not the problem. I also have installed the command line tools on the mac. I don’t understand why is this error happening
I updated from “1.2.3” to the last version verified, i’ll try a lower version
It worked! I have updated the burst compiler from “1.2.3” to “1.3.0” and it worked! Oh man i love you! Really thanks for the suggestion

