环境:
- Xcode版本:12.4(12D4e(
- Firebase SDK版本:7.9.0
- 安装方式:CocoaPods
- Firebase组件:分析,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(3.6.0(安装Firebase(10.14.0(我注意到他安装了两个不同的版本。当我通过关闭其他pod步骤来测试它时,我看到一个带有版本限制的构建安装了Firebase(3.6.0(。我删除了此版本中的版本限制。吊舱安装pod更新pod安装—repo更新我用解决了这个问题。我希望这将是有用的