I am getting suddenly the following error in my Xcode 8.3.2 if I try to add some other framework like pod 'Firebase/Database' by pods and not able to compile the project.
如果我试图通过pod添加一些其他框架,如pod'Firebase / Database'而无法编译项目,我的Xcode 8.3.2中会突然出现以下错误。
I have downloaded few thirdparty apps like google plus, Facebook, twitter, etc by pod file. And thats working fine. But, I am trying to add one more framework into pods, its installing fine, but while trying to run the project getting following error while compile time.
我已经通过pod文件下载了一些第三方应用程序,如google plus,Facebook,twitter等。这很好。但是,我正在尝试将另外一个框架添加到pods中,它的安装很好,但是在编译时尝试运行项目时会出现以下错误。
ld: framework not found FileProvider for architecture x86_64 clang: error: linker command failed with exit code 1 (use -v to see invocation)
ld:找不到框架用于体系结构x86_64 clang的FileProvider:错误:链接器命令失败,退出代码为1(使用-v查看调用)
Even I tried with following answer, but could not helped me to fix.
即使我尝试了以下答案,但无法帮助我解决问题。
xcode 8.3 framework not found FileProvider for architecture armv7
未找到xcode 8.3框架用于体系结构armv7的FileProvider
I am trying this from 2 days, still not got any solution, can any one give suggestions to fix this?
我从2天开始尝试这个,仍然没有得到任何解决方案,任何人都可以提出修复建议吗?
Thanks!
1 个解决方案
#1
0
xcode 8.3 does not have the @"FileProvide" Framework because one the pods you installed is using this framework. Solution - update your Xcode to latest version (9.0.1) and you are sorted.
xcode 8.3没有@“FileProvide”框架,因为您安装的pod正在使用此框架。解决方案 - 将您的Xcode更新到最新版本(9.0.1)并进行排序。
#1
0
xcode 8.3 does not have the @"FileProvide" Framework because one the pods you installed is using this framework. Solution - update your Xcode to latest version (9.0.1) and you are sorted.
xcode 8.3没有@“FileProvide”框架,因为您安装的pod正在使用此框架。解决方案 - 将您的Xcode更新到最新版本(9.0.1)并进行排序。