gpt4 book ai didi

ios - pod 未更新,即使它显示通过 'pod outdated' 可用的更新

转载 作者:行者123 更新时间:2023-11-28 23:25:59 25 4
gpt4 key购买 nike

我正在尝试更新我的 pod,我通过

列出了 pod 更新
pod outdated

enter image description here

podfile(此外,我什至尝试在 podfile 中输出 'Firebase/Auth', '6.3.1' 来指定版本,但没有用 ["-" 用于代替应用程序,NDA -_- ] )

# Uncomment the next line to define a global platform for your project
use_frameworks!
platform :ios, '9.0'


def extension_pod
# pod 'ReadabilityKit', '0.7.1'
pod 'SDWebImage', '~> 4.0'
pod 'Firebase'
pod 'Firebase/Database'
pod 'Firebase/Auth'
pod 'FirebaseUI/Database'
pod 'Firebase/Storage'
pod 'Firebase/Core'

end

target '-' do

extension_pod
pod 'LGSideMenuController'
pod 'Firebase/MLVision'
pod 'Firebase/MLVisionTextModel'
#pod 'FirebaseUI', '~> 5.0'
pod 'Firebase/Messaging'
pod 'TOCropViewController'
# [START google_pod]
pod 'GoogleSignIn', '4.1.2'
pod 'ARSLineProgress'
#pod 'TesseractOCRiOS', '4.0.0'
# [END google_pod]
pod 'TwitterKit'
pod 'DateTools'
pod 'Fabric'

# Uncomment the next line if you're using Swift or would like to use dynamic frameworks
# use_frameworks!

# Pods for -

target '-Tests' do
inherit! :search_paths
# Pods for testing
end

target '-UITests' do
inherit! :search_paths
# Pods for testing
end

target '-E' do

extension_pod

end

end

到目前为止我为更新我的 Firebase/Auth 存储库所做的命令,

  • pod 更新“Firebase”
  • pod 更新“Firebase/Auth”
  • pod 安装 --no-repo-update
  • pod repo update && pod update 'Firebase/Auth'

所有这些都显示如下,但没有更新到 pod outdated 显示的特定版本,我是否缺少一些命令来进行更新过程?

Updating local specs repositories
Analyzing dependencies
Downloading dependencies
Generating Pods project
Integrating client project
Pod installation complete! There are 17 dependencies from the Podfile and 33 total pods installed.

最佳答案

另一个依赖项要求 FirebaseAuth 为较低版本。请参阅 Podfile.lock 以获取详细信息。

请注意,您要更新 FirebaseAuth pod - 而不是 Firebase/Auth,后者是 Firebase< 中的 Auth 子规范 pod.

这可能与将 GoogleSignIn pod 锁定到旧版本有关。

关于ios - pod 未更新,即使它显示通过 'pod outdated' 可用的更新,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58726605/

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