Crashes on iOS v11 with firebase SDK v6.11 #232
Labels
Firebase SDK
Relates to the Firebase SDK library which this plugin wraps
ios
relates to iOS platform
runtime issue
An issue related to app runtime
Bug report
Current behavior:
Crashes on start or shorty after start then calling plugin methods
Expected behavior:
Not to crash
Steps to reproduce:
Install plugin version v7.0.1
Call various plugin method like: logEvent, fetch, fetchActivated, getValue ...
Screenshots
Environment information
Runtime issue
Other information:
I think the issue comes from Firebase SDK v6.11 - downgrading helped (to version which does not use Firebase SDK v6.11). Also xCode debugger catches BAD_MEMORY_ACCESS inside firebase SDK files.
firebase/firebase-ios-sdk#4265
https://firebase.google.com/support/release-notes/ios#6.13.0
It seems v6.11 were having issues on lower iOS versions (v12 and lower) and v6.13 were pushed quite quickly.
The text was updated successfully, but these errors were encountered: