#Boilerplate tauri fails to compile on macos
2 messages · Page 1 of 1 (latest)
Ok there were two things that caused this problem,
#1 - Using the non-apple GCC, I had linked cc to use the gnu gcc instead of apple clang, this caused the compile to fail
#2 - Not using nightly rust