Environment:
- Xcode version: 12.4 (12D4e)
- Firebase SDK version: 7.9.0
- Installation method: CocoaPods
- Firebase Component: Analytics, Crashlytics, RemoteConfig
When I install Cocoapods from the terminal using pod update
or pod install
I get a console warning:
[!] 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:
...
Does anyone have a solution to this issue?