-
Notifications
You must be signed in to change notification settings - Fork 433
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Crash on iPhone 6 on iOS 12 with Realtime Database #1360
Labels
new
New issue.
Comments
This issue does not seem to follow the issue template. Make sure you provide all the required information. |
We're also experiencing similar problems with iOS 12.5.5 and iOS 12.5.7, using Firebase 11.5. We saw two separate crashes, one from realtime database:
As well as a couple that start in different places:
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
[REQUIRED] Please fill in the following fields:
[REQUIRED] Please describe the issue here:
When trying to register for a value changed in the realtime database, the app crashes on the iPhone 6. This only occurs on the iPhone 6 and not on later iPhones. When the app crashes, xcode outputs a cryptic message:
0x100aa4000: .long 0xfeedfacf ; unknown opcode
Steps to reproduce:
I was also able to reproduce this issue in the samples project.
I also tried downgrading the firebase SDK to 10.6.0 and the issue also occured here.
Relevant Code:
The text was updated successfully, but these errors were encountered: