gpt4 book ai didi

xcode - 无法找到 `Firebase 的规范

转载 作者:行者123 更新时间:2023-12-01 23:42:24 26 4
gpt4 key购买 nike

我在 Xcode 上为 swift 应用程序安装 Firebase 时遇到问题。

我遇到了这个错误:

pod Unable to find a specification for Firebase (>= 2.5.0)

我的 Podfile 是这个:

# Uncomment this line to define a global platform for your project
# platform :ios, '8.0'
# Uncomment this line if you're using Swift
use_frameworks!

pod 'Firebase', '>= 2.5.0'
target 'banana' do

end

target 'bananaTests' do

end

target 'bananaUITests' do

end

我不知道为什么,因为我遵循了 Firebase 教程的每一步。

最佳答案

尝试删除特定版本信息,只需:

pod 'Firebase'

如果这不起作用,请尝试通过从项目的根目录在命令行中键入以下内容来强制您的本地 pod 规范存储库更新 Firebase:

pod update Firebase

关于xcode - 无法找到 `Firebase 的规范,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/34680363/

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