I have two static libraries which seem to have duplicate symbols(TBXML.o) and won't compile.
ld: duplicate symbol _OBJC_METACLASS_$_TBXML in /Users/Hoya/Desktop/SocialSync/include/SMUFLib/deviceLib/libSFCommonLibs.a(TBXML.o) and /Users/Hoya/Desktop/SocialSync/Cauly/libCaulyDevice.a(TBXML.o) for architecture armv6
Command /Developer/Platforms/iPhoneOS.platform/Developer/usr/bin/clang failed with exit code 1
The developer of both libraries don't provide the source code so there is nothing I can do to edit the code directly to fix it.
Is there anything I can do to work around this without nagging the library developers?