Hi, I'm having this errore since I added firebase-analytics to my application . The application is built in React-Native, these are my configuration in podfile.lock for firebase-ios-sdk:
- RNFBAnalytics (15.7.0):
- Firebase/Analytics (= 9.6.0)
- React-Core
- RNFBApp
- RNFBApp (15.7.0):
- Firebase/CoreOnly (= 9.6.0)
- React-Core
- RNFBAuth (15.7.0):
- Firebase/Auth (= 9.6.0)
- React-Core
- RNFBApp
- RNFBCrashlytics (15.7.0):
- Firebase/Crashlytics (= 9.6.0)
- FirebaseCoreExtension (= 9.6.0)
- React-Core
- RNFBApp
XCode is updated to the last version
Is anyone facing the same issue?