Duplicate Symbols for Architecture arm64
问题 When I try running my Xcode Project it fails with an error stating that I have duplicate symbols. I looked online where the find these duplicates but have had no luck: Any ideas how to fix this? 回答1: From the errors, it would appear that the FacebookSDK.framework already includes the Bolts.framework classes. Try removing the additional Bolts.framework from the project. 回答2: For me it helped to switch the "No Common Blocks" compiler setting to NO: It pretty much seems to make sense, the