In xcode 8.1 I get this error when building a project
ld: 9 duplicate symbols for architecture armv7 clang: error: linker command failed with exit code 1 (use -v to see invocation)
In Xcode 8.1, I did not find any settings for installing the architecture.
How can I fix this problem?
source share