Closed
Description
Environment
- Xcode version: Xcode 12 beta 6
- Firebase SDK version: 6.32-spm-beta
- Firebase Component: Analytics
- Installation method: Swift Package Manager
Problem
Firebase is dependent on the nanopb framework. This dependency shows the following warning in Xcode 12 beta 6 when integrating Firebase Analytics using Swift Package Manager:
The iOS Simulator deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 8.0, but the range of supported deployment target versions is 9.0 to 14.0.99.
Steps to reproduce:
- Integrate the Firebase Analytics SDK into a new project following the documentation for Firebase Swift Package Manager support
- Observe that there is a new warning related to the nanopb framework when building the project