dpa99c / cordova-plugin-firebasex

Cordova plugin for Google Firebase
MIT License
570 stars 457 forks source link

ios: missing FirebaseAnalytics pod #847

Closed jkorrek closed 5 months ago

jkorrek commented 5 months ago

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 (https://github.com/dpa99c/cordova-plugin-firebasex/pull/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.

dpa99c commented 5 months ago

Resolved by #848