dpa99c / cordova-plugin-firebasex

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

Module 'FirebaseAnalytics' not found - Xcode iOS Build #717

Closed codexsysin closed 2 years ago

codexsysin commented 2 years ago

Bug report

CHECKLIST

Current behavior:

Error is generated in FirebasePlugin.m @import FirebaseAnalytics line.

Expected behavior:

Successful Build

Steps to reproduce: ionic cordova build ios

Screenshots

Screenshot 2022-03-02 at 8 53 04 PM

Environment information

iOS build issue:

codexsysin commented 2 years ago

Hi @dpa99c, We've fixed this issue by matching the ios version number on both the Pod file and Deployment Target. Thank you so much for the plugin :)

Deployment Target:

Screenshot 2022-03-03 at 12 58 54 AM

Pod File:

Screenshot 2022-03-03 at 12 59 14 AM
gallyamow commented 2 years ago

I have the same trouble and @codexsysin fix does not work for me

codexsysin commented 2 years ago

Try removing pods_framework from dependencies in xcode @gallyamow

gallyamow commented 2 years ago

Try removing pods_framework from dependencies in xcode @gallyamow

thank you for answer. I'll try it on next build.