Flutter 老豆荚上的颤振

Flutter 老豆荚上的颤振,flutter,cocoapods,Flutter,Cocoapods,我无法让颤振项目更新到最新可用的颤振和Firebase插件吊舱。我尝试过删除pods文件夹并清除flatterbuild缓存和pod缓存 我的颤振版本是: [✓] Flutter (Channel stable, 1.20.4, on Mac OS X 10.15.6 19G2021, locale en-CA) pod输出: 更新spec repo`trunk` CocoaPods 1.10.0.rc.1可用。 要更新,请使用:`sudo gem install cocoapods--pre

我无法让颤振项目更新到最新可用的颤振和Firebase插件吊舱。我尝试过删除pods文件夹并清除flatterbuild缓存和pod缓存

我的颤振版本是:

[✓] Flutter (Channel stable, 1.20.4, on Mac OS X 10.15.6 19G2021, locale en-CA)
pod输出:

更新spec repo`trunk`
CocoaPods 1.10.0.rc.1可用。
要更新,请使用:`sudo gem install cocoapods--pre`
[!]这是我们希望您尝试的测试版本。
有关详细信息,请参阅https://blog.cocoapods.org 此版本的更改日志位于https://github.com/CocoaPods/CocoaPods/releases/tag/1.10.0.rc.1
分析依赖关系
该颜色指示运行“pod更新”时发生的情况`
-将更新为最新版本
-将更新,但不会更新为最新版本,因为Podfile中指定了版本
-由于Podfile中的指定版本,将不会更新
以下pod更新可用:
-abseil 0.20200225.0->(未使用)(最新版本1.20200225.0)
-BoringSSL GRPC 0.0.7->0.0.7(最新版本0.0.12)
-Firebase 6.26.0->(未使用)(最新版本6.32.2)
-FirebaseAnalytics 6.6.0->6.6.0(最新版本6.8.2)
-FirebaseAuth 6.5.3->6.5.3(最新版本6.9.1)
-FirebaseCore 6.7.2->6.7.2(最新版本6.10.2)
-FirebaseCoreDiagnostics 1.5.0->1.5.0(最新版本1.6.0)
-FirebaseFirestore 1.15.0->1.15.0(最新版本1.17.1)
-FirebaseInstallations 1.3.0->1.3.0(最新版本1.7.0)
-颤振1.0.0->1.0.0(最新版本1.20.0)
-GoogleAppMeasurement 6.6.0->6.6.0(最新版本6.8.2)
-GoogleDataTransport 7.2.0->7.2.0(最新版本7.3.0)
-gRPC-C++1.28.2->1.28.2(最新版本1.32.0)
-gRPC Core 1.28.2->1.28.2(最新版本1.32.0)
-nanopb 1.30905.0->1.30905.0(最新版本1.30906.0)
-购买3.4.0->3.4.0(最新版本3.7.1)
-PurchasesHybridCommon 1.2.0->1.2.0(最新版本1.4.0)

我认为您的cocopods回购协议可能已经过时

尝试以下步骤

1。检查依赖项版本是否正确

2。颤振清洁

3。pod回购更新


4。删除/ios/Pods/和/ios/Podfile.lock

我认为您的cocopods回购协议可能已经过时

尝试以下步骤

1。检查依赖项版本是否正确

2。颤振清洁

3。pod回购更新

4。删除/ios/Pods/和/ios/Podfile.lock

Updating spec repo `trunk`

CocoaPods 1.10.0.rc.1 is available.
To update use: `sudo gem install cocoapods --pre`
[!] This is a test version we'd love you to try.

For more information, see https://blog.cocoapods.org and the CHANGELOG for this version at https://github.com/CocoaPods/CocoaPods/releases/tag/1.10.0.rc.1

Analyzing dependencies
The color indicates what happens when you run `pod update`
<green>  - Will be updated to the newest version
<blue>   - Will be updated, but not to the newest version because of specified version in Podfile
<red>    - Will not be updated because of specified version in Podfile

The following pod updates are available:
- abseil 0.20200225.0 -> (unused) (latest version 1.20200225.0)
- BoringSSL-GRPC 0.0.7 -> 0.0.7 (latest version 0.0.12)
- Firebase 6.26.0 -> (unused) (latest version 6.32.2)
- FirebaseAnalytics 6.6.0 -> 6.6.0 (latest version 6.8.2)
- FirebaseAuth 6.5.3 -> 6.5.3 (latest version 6.9.1)
- FirebaseCore 6.7.2 -> 6.7.2 (latest version 6.10.2)
- FirebaseCoreDiagnostics 1.5.0 -> 1.5.0 (latest version 1.6.0)
- FirebaseFirestore 1.15.0 -> 1.15.0 (latest version 1.17.1)
- FirebaseInstallations 1.3.0 -> 1.3.0 (latest version 1.7.0)
- Flutter 1.0.0 -> 1.0.0 (latest version 1.20.0)
- GoogleAppMeasurement 6.6.0 -> 6.6.0 (latest version 6.8.2)
- GoogleDataTransport 7.2.0 -> 7.2.0 (latest version 7.3.0)
- gRPC-C++ 1.28.2 -> 1.28.2 (latest version 1.32.0)
- gRPC-Core 1.28.2 -> 1.28.2 (latest version 1.32.0)
- nanopb 1.30905.0 -> 1.30905.0 (latest version 1.30906.0)
- Purchases 3.4.0 -> 3.4.0 (latest version 3.7.1)
- PurchasesHybridCommon 1.2.0 -> 1.2.0 (latest version 1.4.0)