ld:在Xcode 8.3.2中找不到框架x86_64的框架FileProvider [英] ld: framework not found FileProvider for architecture x86_64 in Xcode 8.3.2

查看:64
本文介绍了ld:在Xcode 8.3.2中找不到框架x86_64的框架FileProvider的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我尝试通过pods添加其他框架(如pod'Firebase/Database'),则在Xcode 8.3.2中突然出现以下错误 并且无法编译该项目.

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文件下载了一些第三方应用程序,例如google plus,Facebook,twitter等.多数民众赞成在正常工作.但是,我试图在pod中添加一个框架,它的安装很好,但是在尝试运行项目时却在编译时出现了以下错误.

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.

ld:找不到框架x86_64 clang的FileProvider: 错误:链接器命令失败,退出代码为1(使用-v查看 调用)

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

即使我尝试了以下答案,但也无济于事.

Even I tried with following answer, but could not helped me to fix.

找不到适用于架构armv7的xcode 8.3框架FileProvider

我从2天开始尝试此操作,仍然没有任何解决方案,有人可以提出建议解决此问题吗?

I am trying this from 2 days, still not got any solution, can any one give suggestions to fix this?

谢谢!

推荐答案

xcode 8.3没有@"FileProvide"框架,因为您安装的Pod正在使用此框架. 解决方案-将您的Xcode更新到最新版本(9.0.1),然后对您进行排序.

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.

这篇关于ld:在Xcode 8.3.2中找不到框架x86_64的框架FileProvider的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆