I use Firestore and some of sub-services Google offers. Crashlytics is one of them. I recently started to use Xcode 10 beta and I've started to receive this error:
/Users/<user>/<some folders>/Pods/Fabric/iOS/Fabric.framework/Fabric(FABCompoundOperation.o)
ld: 154 duplicate symbols for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
And Build Phase stuff:
Here is Embed Pods Frameworks:
How to fix this?
P.S. I already cleaned and tried to build the project without any success.