문제

I get a Mach-O Linker error when I try to build my app.

ld: 9 duplicate symbols for architecture i386
clang: error: linker command failed with exit code 1 (use -v to see invocation)

What have I done wrong?

도움이 되었습니까?

해결책 2

Deleting derived data solved it

다른 팁

You might have two copies of the same file. Delete one. Check in compile sources under the build phase. You should be able to find a duplicated file.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top