React-native-firebase: 'FirebaseAnalytics/FIRAnalyticsConfiguration.h' file not found

Created on 9 May 2018  路  10Comments  路  Source: invertase/react-native-firebase

Issue

On my project after updating to 4.1.0 and RN 0.55.4 I can't build iOS.

'FirebaseAnalytics/FIRAnalyticsConfiguration.h' file not found

Environment

MacOS High Sierra, iOS 11.3, XCode

Most helpful comment

I've had same issue after updating native pod dependency to 5.0.0. Downgrading changing Podfile entry to:

pod 'Firebase/Analytics', '4.2.0'

did solved this issue. It seams that react-native-firebase is not yet compatible with newest firebase release.

All 10 comments

Same here...What happen...

My guess, is this is related to the new versions of Cocoapods that have been released.
See here: https://github.com/invertase/react-native-firebase/issues/1061

I've had same issue after updating native pod dependency to 5.0.0. Downgrading changing Podfile entry to:

pod 'Firebase/Analytics', '4.2.0'

did solved this issue. It seams that react-native-firebase is not yet compatible with newest firebase release.

@dluksza you're right, we're not yet compatible with the latest SDK, it only came out yesterday and there's been quite a few breaking changes in it that we're going to have to deal with unfortunately

@chrisbianca Yes! Confirmed, thanks! :)

Thanks for confirming. For those that stumble across this issue, please see: https://github.com/invertase/react-native-firebase/issues/1061 for a suggested fix

Hi, I also have this problem but I'm not using pods so how can I get the firebase sdk version 5.18.2? The one that can be downloaded is the 6.1.0.

5.20.2 is the current version and if you search firebase-ios-sdk release you'll find it -> https://duckduckgo.com/?q=firebase-ios-sdk+releases&ia=web - they're on github

Thank you!!
I've forgotten about the releases "tab" in github. I went to the branch but I missed that.

(As my app is still on RN 0.54 according to RNFirebase I guess I have to use the sdk 5.18 or previous)

Was this page helpful?
0 / 5 - 0 ratings

Related issues

gilbert picture gilbert  路  65Comments

umang-simform picture umang-simform  路  77Comments

TalEliel picture TalEliel  路  48Comments

jagwingchoy picture jagwingchoy  路  61Comments

OleksandrKucherenko picture OleksandrKucherenko  路  46Comments