You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think this is related to the switch to the Firebase product pods (#811).
I guess the Analytics package was in inherit dependency previously and now, after switching to the product pods, is no longer included automatically.
Adding an explicit dependency to the podfile for "FirebaseAnalytics" fixes the issues.
The text was updated successfully, but these errors were encountered:
Current behavior:
After updating to version 16.2.0, the iOS build fails with a compile error "Module 'FirebaseAnalytics' not found".
I think this is related to the switch to the Firebase product pods (#811).
I guess the Analytics package was in inherit dependency previously and now, after switching to the product pods, is no longer included automatically.
Adding an explicit dependency to the podfile for "FirebaseAnalytics" fixes the issues.
The text was updated successfully, but these errors were encountered: