Crashlytics doesn't work with Xcode 10 beta

空扰寡人 提交于 2019-12-11 02:57:26

问题


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.

来源:https://stackoverflow.com/questions/51741999/crashlytics-doesnt-work-with-xcode-10-beta

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!