-
Notifications
You must be signed in to change notification settings - Fork 2.3k
[🐛] v24.1.0 Crashes on iOS #9040
Copy link
Copy link
Closed
Labels
impact: crashBehaviour causing app to crash.Behaviour causing app to crash.platform: iosplugin: analyticsGoogle Analytics for FirebaseGoogle Analytics for Firebasetype: bugNew bug reportNew bug report
Metadata
Metadata
Assignees
Labels
impact: crashBehaviour causing app to crash.Behaviour causing app to crash.platform: iosplugin: analyticsGoogle Analytics for FirebaseGoogle Analytics for Firebasetype: bugNew bug reportNew bug report
Type
Fields
Give feedbackNo fields configured for issues without a type.
I have an existing app, using
after bumping up these packages to the latest 24.1.0 the app started to sporadically crash on start-up on iOS, with the following error trace captured by Sentry:
googling for
ODCConversionServiceI found this — firebase/firebase-ios-sdk#15961, so... perhaps it is a regression in Firebase SDK for iOS, or some change in the SDK not correctly updated for in RNFB. Yeah... the downgrade from v24.1.0 back to v24.0.0 (while keeping in place all other changes done between app versions) helps to avoid the issue.