This error appears while trying to build. I'm on macOS 10.15.3 with clang version 11.0.0 (clang-1100.0.33.17)
As it says in the readme, you need to install LLD:
- Clang and LLD (on mac,
brew install llvm, on linux,sudo apt install clang lldorsudo pacman -S clang lldor whatever)
My bad, jumped right to the 'Build for iOS' part.
Thanks dude, keep up the great work!
Most helpful comment
As it says in the readme, you need to install LLD: