gpt4 book ai didi

ios - pod 更新在 iOS 终端中执行时出现错误

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

我有下一个问题。

我尝试在 Podfile 中更新 pod,并在 iOS 终端中收到下一个错误:

[!] Unable to satisfy the following requirements:

- `FirebaseCore` required by `Podfile`
- `FirebaseCore (= 3.6.0)` required by `Podfile.lock`
- `FirebaseCore (~> 3.6)` required by `FirebaseAnalytics (3.9.0)`
- `FirebaseCore (~> 3.6)` required by `FirebaseInstanceID (1.0.10)`
- `FirebaseCore (= 4.0.0)` required by `Firebase/Core (4.0.0)`

这是我的 Podfile 的内容:

use_frameworks!

target 'PrayerDeck' do
pod 'Firebase', '~> 4.0.0'
pod 'Firebase/Auth'
pod 'Firebase/Crash'
pod 'FirebaseUI/Database'
pod 'Fabric'
pod 'Crashlytics'
pod 'Digits'
pod 'TwitterCore'
pod 'Firebase/Database'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
pod 'IQKeyboardManagerSwift'
pod 'Firebase/Storage'
pod 'MBProgressHUD'
pod 'Google/SignIn'
pod 'Firebase/Invites'
pod 'FBSDKCoreKit'
pod 'FBSDKShareKit'
pod 'FBSDKLoginKit'
pod 'FBSDKMessengerShareKit'
pod 'Alamofire', '~> 4.0'
pod 'TwitterKit'
pod 'SwiftyStoreKit'
pod 'GoogleSignIn'
pod 'FirebaseAnalytics'
pod 'FirebaseCore'
end

target 'PrayerDeckTests' do

end

target 'PrayerDeckUITests' do

end

我无法解决 Pod 的依赖关系。也许有人可以帮助我?

提前致谢。

最佳答案

只需从项目目录中删除 Podfile.lock 文件,然后尝试再次安装 pod。

关于ios - pod 更新在 iOS 终端中执行时出现错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/46004184/

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