本文介绍了无法安装Pod:体系结构x86_64的未定义符号的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
,以便与Facebook受众网络集成我需要安装此pod:
pod'GoogleMobileAdsMediationFacebook'
当我尝试安装它时,收到错误消息:
不幸的是,我没有找到解决此问题的方法。 p>
谢谢。
解决方案
我遇到了同样的问题。在我删除了框架搜索路径中的旧版本的FBAudienceNetwork.framework的路径后,此方法就起作用了。
According to AdMob documentation, in order to integrate with facebook audience network I need to install this pod:
pod 'GoogleMobileAdsMediationFacebook'
When I try to install it, I received an error:
Unfortunately I didn't find a solution for this issue.
Thanks.
解决方案
I had the same problem. It worked after I deleted an old version of FBAudienceNetwork.framework's path in Framework Search Paths.
这篇关于无法安装Pod:体系结构x86_64的未定义符号的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!