gpt4 book ai didi

ios - 无法在 Swift 应用程序中导入 Firebase sdk

转载 作者:可可西里 更新时间:2023-11-01 02:16:10 26 4
gpt4 key购买 nike

我已经开发了演示 ios 应用程序,我需要在其中集成 Firebase,所以我遵循了 Raywenderlitch tutorials了解如何在 iOS 中集成 Firebase SDKs,作者是@David East。

在我通过 cocoapods 安装了 Firebase SDKs 之后,当我尝试命令单击 Firebase 的 import 语句时AppDelegate.swift(导入 Firebase)文件中,xcode 转到以下 View 。有关更多信息,请查看以下屏幕截图。

enter image description here

请找到以下 Podfile :

platform :ios, '8.0'
use_frameworks!

target 'SampleApplication' do

pod 'IQKeyboardManager'
pod 'Koloda'
pod 'Firebase'

end

post_install do |installer|
`find Pods -regex 'Pods/pop.*\\.h' -print0 | xargs -0 sed -i '' 's/\\(<\\)pop\\/\\(.*\\)\\(>\\)/\\"\\2\\"/'`
end

此外,我还查看了由@David East 回答的关于 SO 的问题,请在下面找到。

1) Cannot import Firebase in Swift app
2) Cannot Import Firebase Into Swift Class

但解决方案不适用于我的情况。请帮我看看我做错了什么。

提前致谢。

更新
我还尝试从 firebase official website for Integrate without CocoaPods 手动添加框架但它仍然有问题。有关更多信息,请查看以下屏幕截图。

enter image description here

我已将我的示例应用程序源代码上传到 Dropbox,如果您需要,请查看。源代码链接:https://www.dropbox.com/s/5jr0zbnymhou94c/TestFireBase.zip?dl=0

最佳答案

2016 年 5 月 16 日,Firebase SDK 发生了重大变化。这改变了 pod 的名称及其各自的功能。

标准 Firebase SDK 的新 pod 名称是 Firebase/Core,其中仅包含 Firebase Analytics。如果您要从旧的 Firebase 系统升级,您可能只需要这些:

pod 'Firebase/Core'      # Firebase Analytics
pod 'Firebase/Database' # Firebase Realtime Database
pod 'Firebase/Auth' # Firebase Authentication

如果您正在使用其他 Firebase 功能,请参阅 https://firebase.google.com/docs/ios/setup对于其他 podnames。不要忘记,无论您选择什么,都需要包含 Firebase/Core

关于ios - 无法在 Swift 应用程序中导入 Firebase sdk,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/38443897/

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