سؤال

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