gpt4 book ai didi

ios - Cocoapods:无法找到 `Firebase/Core` 的规范

转载 作者:IT王子 更新时间:2023-10-29 05:05:11 25 4
gpt4 key购买 nike

我在 podfile 中有这个:

pod 'Firebase/Core'
pod 'Firebase/Messaging'

但出现此错误:

[!] Unable to find a specification for Firebase/Core

我尝试使用 pod 'Firebase' 仍然找不到它。

播客文件:

# 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!

target 'caffetouch manager' do
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'Alamofire', '~> 4.0.0'
pod 'AlamofireNetworkActivityIndicator', '~> 2.0.1'
pod 'IQKeyboardManagerSwift', '~> 4.0.6'
pod 'MZFormSheetPresentationController', '~> 2.4.2'
pod 'Kingfisher', '~> 3.1.3'
pod "GMStepper"
pod 'DKImagePickerController', '~> 3.4.0'
pod 'Siren', '~> 1.0.2'
pod 'Eureka', '~> 2.0.0-beta.1'
pod 'SwiftyJSON'
pod 'ObjectMapper', '~> 2.1'
pod 'NVActivityIndicatorView'
pod 'SwiftDate', '~> 4.0.5'
pod 'SimpleAlert' '~> 2.0.1'

pod 'BTNavigationDropdownMenu', :git => 'https://github.com/PhamBaTho/BTNavigationDropdownMenu.git', :branch => 'swift-3.0'
pod 'ENSwiftSideMenu', :git => 'https://github.com/evnaz/ENSwiftSideMenu.git', :branch => 'master'
pod 'SkyFloatingLabelTextField', git: "https://github.com/MLSDev/SkyFloatingLabelTextField.git", branch: "swift3"
end


post_install do |installer|
installer.pods_project.targets.each do |target|
target.build_configurations.each do |config|
config.build_settings['SWIFT_VERSION'] = '3.0'
end
end
end

最佳答案

尝试更新pod仓库

pod repo update

如果没有帮助显示来自的日志

pod install --verbose

编辑:

尝试添加

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

到你的 Podfile。如果没有帮助,则可能是您的本地 pod 存储库有问题。您可以使用以下方法解决此问题:

pod repo remove master
pod setup
pod install

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

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