gpt4 book ai didi

ios - How to solve ""_OBJC_CLASS_$_FIRApp”,引用自“with Firebase in Xcode

转载 作者:行者123 更新时间:2023-11-28 08:17:51 24 4
gpt4 key购买 nike

当我添加 Firebase (ver.3.12.0) 时,我无法在 Xcode 中解决错误“"_OBJC_CLASS_$_FIRApp", referenced from:”。

我找到了在 Other Linker Flags 中添加“$(inherited)”的解决方案,我做到了,但没有奏效。

我该如何解决?

image of Other Linker Flags

更新(Podfile) podfile

更新2 updated Podfile链接器错误被删除。但是如果我使用 #import "Firebase.h" 导入“Firebase”或 @import Firebase;#import <Firebase/Firebase.h> , 错误 'Firebase.h' file not found发生了。

最佳答案

您需要按照 Google AdMob 在 fire base quick start 上的建议像这样更改您的 POD 文件

target 'BannerExample' do
pod 'Firebase/Core'
pod 'Firebase/AdMob'
end

它将安装所有依赖的 SDK 并显示 pod 安装日志,如下所示:

Analyzing dependencies

Downloading dependencies

Installing Firebase (3.12.0)

Installing FirebaseAnalytics (3.6.0)

Installing FirebaseCore (3.4.7)

Installing FirebaseInstanceID (1.0.8)

Installing Google-Mobile-Ads-SDK (7.17.0)

Installing GoogleInterchangeUtilities (1.2.2)

Installing GoogleSymbolUtilities (1.1.2)

Installing GoogleToolboxForMac (2.1.1)

Generating Pods project

Integrating client project

引用链接:https://firebase.google.com/docs/admob/ios/quick-start

编辑:

再做一件事取消注释 use_frameworks! 它将解决您的问题。

希望这能解决您的问题!

关于ios - How to solve ""_OBJC_CLASS_$_FIRApp”,引用自“with Firebase in Xcode,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42109101/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com