Ish: /clang:1:1: invalid linker name in argument '-fuse-ld=lld'

Created on 19 Mar 2020  路  2Comments  路  Source: ish-app/ish


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)

Most helpful comment

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 lld or sudo pacman -S clang lld or whatever)

All 2 comments

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 lld or sudo pacman -S clang lld or whatever)

My bad, jumped right to the 'Build for iOS' part.
Thanks dude, keep up the great work!

Was this page helpful?
0 / 5 - 0 ratings

Related issues

m4rkw picture m4rkw  路  5Comments

rluvaton picture rluvaton  路  3Comments

ghanan94 picture ghanan94  路  6Comments

cleverdevil picture cleverdevil  路  4Comments

fernandotcl picture fernandotcl  路  4Comments