Duplicate symbols issue with 2 third party libraries in Xcode
问题 I'm trying to compile a project that depends on 2 third party static libraries. The issue is that both third parties have included the same set of "utility" classes in their static library distribution, meaning that I am getting dozens of duplicate symbol errors when both are added to my project. Is there a way for me to force the project to compile and/or ignore one of the duplicate symbols somehow? I found a similar question with answer here two static libraries with duplicate symbols in