-
I'm having this issue now with XCode 8.0 for new projects created with Tinderbox.
Strangely enough the Cairo example is running, so maybe it is related to settings?
```
Undefined symbols for architec…
-
> Scanning dependencies of target msgpack
> [ 50%] Building CXX object CMakeFiles/msgpack.dir/hello.cc.o
> [100%] Linking CXX executable msgpack
> Undefined symbols for architecture x86_64:
> "_…
Horki updated
7 years ago
-
Building for M1 on MacBook Pro (14-inch, 2021) macOS 12.4
```
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
make[…
-
While building the LLVM-project version 18.1.6 with the mold linker, I get the following warnings:
```
~/workspace/llvm/llvm-project-18.1.6.src> cmake --build build
[5881/6091] Linking CXX shared…
-
TKDND can not be compiled on macOS ARM (M1), I get the following error:
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocatio…
-
I am receiving this message when attempting to build for simulator of iPhone 4S and iPhone 5.
I am using iOS 9.2 and all other ones work.
Undefined symbols for architecture i386:
"_OBJC_CLASS_$_FSC…
-
Hi. Trying to get this working but unable. I created a fresh RN-app, installed & linked this npm-package, added the AdSupport & SystemConfiguration frameworks... Trying to build & run on the simulator…
-
![screen shot 2018-06-08 at 4 41 36 pm](https://user-images.githubusercontent.com/17020438/41156376-2494e3ac-6b11-11e8-8fd5-8e8fd2bc5bd5.png)
Undefined symbols for architecture arm64:
"_CMSample…
-
When building [cvechecker](https://github.com/sjvermeu/cvechecker/) I get the following error with gcc 14 / binutils 2.43 on Alpine Linux:
```
gcc -Os -fstack-clash-protection -Wformat -Werror=fo…
ncopa updated
3 months ago
-
With LLVM v3.6.2 installed via Homebrew (default options, `--with-clang --with-python --with-rtti`) and latest llvmlite from git:
``` sh
$ which clang++
/usr/local/bin/clang++
$ clang++ --version
cl…