Xcode: can't build, duplicate symbol - ld: 305 duplicate symbols for architecture arm64 Xcode: can't build, duplicate symbol - ld: 305 duplicate symbols for architecture arm64 xcode xcode

Xcode: can't build, duplicate symbol - ld: 305 duplicate symbols for architecture arm64


I just realized that Answers code is included in the 'Crashlytics' pod, so no need to add the 'Answers' pod. Was a little brainfuck to me. They should update their docs.


The suggestions in here solved the problem for our machines locally and on the CI server -> https://github.com/zergtmn/Fabric/issues/5

Specifically, insuring that the Fabric Mac app was installed and updating the podfile:

pod 'Fabric/Core', '~> 1.2'pod 'Fabric/Crashlytics', '~> 1.2'

Then finally updating the Crashlytics run script from XCode:

./Pods/Fabric/Fabric.framework/run YOUR_API_KEY YOUR_API_SECRET