-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
[REQUIRED] Step 1: Describe your environment
- Xcode version: 12.4
- Firebase SDK version: 7.11.0
- Installation method: Carthage
[REQUIRED] Step 2: Describe the problem
The Carthage usage document (https://github.com/firebase/firebase-ios-sdk/blob/master/Carthage.md#carthage-usage) clearly states that
All Firebase components share the same version. Mixing and matching components with different versions may cause linker errors.
The newest version available seems to be 7.11 however for FirebaseAnalyticsBinary which always needs to be included the newest version is 7.4
What's going on here?