Top "Duplicate-symbol" questions

Apple Mach -O Linker command failed

After updating my POD install, Xcode sprouted a new issue:

ios xcode xcode6 linker-errors duplicate-symbol
Duplicate Symbol Error in Objective-C build?

I got this error when I press build+debug: ld: duplicate symbol .objc_class_name_BlogTableItemCell in /Users/fabian/Development/…

ios objective-c duplicate-symbol
duplicate symbols for architecture armv7

Getting following error when try to use Layar SDK in my existing app. How can I solve this? Ld /Users/…

iphone ios xcode arm duplicate-symbol
How can I avoid "duplicate symbol" errors in xcode with shared static libraries?

I have static libraries A, B and C organized into Xcode projects. A and B depend on C. When I …

c objective-c xcode duplicate-symbol
Duplicate Symbol in C

I have two source files: Source FIle 1 (assembler.c): #include "parser.c" int main() { parse_file("test.txt"); return 0; } Source …

c function duplicate-symbol
Xcode Exit Code 1 - Duplicate Symbol

Sorry I know this has been covered all over the place, only I can't fix this to save my life. …

iphone xcode duplicate-symbol
Duplicate symbol in C using Clang

I am currently working on my first "serious" C project, a 16-bit vm. When I split up the files form …

c duplicate-symbol
ld: xx duplicate symbols for architecture armv7 Xcode Project

Hi everybody I have a Xcode project that gives me this error every time I try to build the project: …

ios xcode ld duplicate-symbol