gpt4 book ai didi

ios - 架构 arm64 : "_FIRAuthStateDidChangeInternalNotificationAppKey", 的 undefined symbol 引用自

转载 作者:行者123 更新时间:2023-11-29 05:34:41 24 4
gpt4 key购买 nike

我正在尝试更新到我们应用程序中的最新框架,但收到此错误

Undefined symbols for architecture arm64:
"_FIRAuthStateDidChangeInternalNotificationAppKey", referenced from:
-[FAuthStateListenerWrapper authStateDidChangeNotification:] in FirebaseDatabase(FAuthTokenProvider_6272866f5c75e14e01c4ca08384ffa05.o)
ld: symbol(s) not found for architecture arm64
clang: error: linker command failed with exit code 1 (use -v to see invocation)

这就是我的 pod 文件的样子

platform :ios, “9.0”

source 'https://github.com/CocoaPods/Specs.git'

target "foo" do

pod 'FBSDKShareKit'
pod 'AFNetworking'
pod 'Ono'
pod 'AFOnoResponseSerializer'
pod 'SVProgressHUD'
pod 'CTFeedback'
pod 'SIAlertView'
pod 'GPUImage'#, '~> 0.1.4'
pod 'UICKeyChainStore'
pod 'ASValueTrackingSlider'
pod 'Google-Mobile-Ads-SDK'#, '~> 7.47.0'
pod 'Google/Analytics'
pod 'SSZipArchive'
pod 'GoogleSignIn'
pod 'Fabric'
pod 'Crashlytics'
pod 'Firebase'#, '~> 4.8.2'
pod 'Firebase/Auth’
pod 'Firebase/Messaging'
pod 'Firebase/Invites'
pod 'Firebase/Storage'

end

我刚刚运行了pod update,错误开始出现。

在其他链接器标志中添加了 -ObjC、-licucore,alao 禁用了位码。

最佳答案

这里没有足够的信息来完全说明发生了什么,但这里有两个危险信号:

  1. 缺少的符号来自 FirebaseDatabase,但 FirebaseDatabase 未在 Podfile 中列出。
  2. Firebase/Invites 位于 Podfile 中,但 Invites 不再是 Firebase 的一部分,并且将强制安装 Firebase 5 而不是当前的 Firebase 6。<

您可以通过检查 Podfile.lock 详细了解为什么选择某些依赖项。

关于ios - 架构 arm64 : "_FIRAuthStateDidChangeInternalNotificationAppKey", 的 undefined symbol 引用自,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57156872/

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