Search code examples
iosobjective-cxcodelinker-errors

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:

enter image description here

Any ideas how to fix this?


Solution

  • 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.