使用react native来构建IOS:ld:找不到框架FIRAnalyticsConnector

时间:2019-04-28 23:16:39

标签: ios firebase react-native

我正在将firebase集成到我的react本机应用程序中,基本上用于身份验证和firestore数据库。尽管我遵循了React Native Firebase中的安装说明,但是当我尝试从xcode进行构建时,却给了我一个错误:

ld: framework not found FIRAnalyticsConnector clang: error: linker command failed with exit code 1 (use -v to see invocation)

我正在使用Pods构建项目。有什么帮助吗?

1 个答案:

答案 0 :(得分:0)

我找到了问题的解决方案。 只是将.framework文件添加到链接的框架中。

即:

从xcode中打开Pods文件夹

**

  

荚->荚-> FirebaseAnalytics->框架->   FIRAnalyticsConnector.framework

** enter image description here

,然后将该文件添加到“常规”->“链接的框架和库”中。 enter image description here