无法读取规范“Firebase (7.9.0)”的许可证文件“LICENSE”

问题描述 投票:0回答:1

环境:

  • Xcode 版本:12.4 (12D4e)
  • Firebase SDK 版本:7.9.0
  • 安装方式:CocoaPods
  • Firebase 组件:Analytics、Crashlytics、RemoteConfig

当我使用

pod update
pod install
从终端安装 Cocoapods 时,我收到控制台警告:

[!] Unable to read the license file `LICENSE` for the spec `Firebase (7.9.0)`

[!] Unable to read the license file `LICENSE` for the spec `GoogleUtilities (7.3.1)`

[!] Unable to read the license file `LICENSE` for the spec `Firebase (7.9.0)`

[!] Unable to read the license file `LICENSE` for the spec `GoogleUtilities (7.3.1)`

[!] [Xcodeproj] Generated duplicate UUIDs:

...

有没有人能解决这个问题?

firebase cocoapods crashlytics
1个回答
0
投票

我遇到了同样的问题,作为解决方案,我首先检查了安装。 安装 Firebase (3.6.0) 安装 Firebase (10.14.0) 我注意到他安装了两个不同的版本。 当我通过关闭其他 pod 步骤来测试它时,我发现安装了 Firebase (3.6.0) 的版本限制版本。 我在此版本中删除了版本限制。 吊舱安装 吊舱更新 pod install --repo-update 我解决了这个问题。 希望有用

© www.soinside.com 2019 - 2024. All rights reserved.