Closed plu closed 7 years ago
I'm having this issue too! Thanks for addressing it.
Is there a solution?
I think that i have the same Problem:
my test always fails with the following info:
Testing failed:
Early unexpected exit, operation never finished bootstrapping - no restart will be attempted
** TEST FAILED **
[11:42:39]: Exit status: 65
maybe this info help you out.
@PetresS You're seeing #69. Updating to the latest Firebase should address it for you.
I have updated to the latest firebase version but I am still facing the same issue. My firebase version is 4.1.1. @paulb777
@rohanvasishth The latest Firebase version is 4.3.0.
I just upgraded to 4.3.0 and the issue still persists. @paulb777
@rohanvasishth As discussed above, some UI API called on a background thread
issues were addressed in recent releases. The one with FIRASqliteStore
in the backtrace is still under investigation. If you have a different backtrace with the latest release, please open another issue.
We've got a change up internally (172944835) that addresses this particular instance of background queue UIKit access. The other instance reported in the second comment was fixed in an earlier version of Firebase.
If you are running into this issue, please double check the stack trace that Xcode produces. If it's a different stack trace, file a new issue.
I'll update this ticket when the change is merged.
This change has been merged.
This has now been released.
Environment
Problem
Xcode 9 emits a new warning:
Steps to reproduce:
Run -> Diagnostics -> [x] Main Thread Checker
I can't say when exactly it happened.
This issue is probably also not that important, unless Apple decides in the future to raise in exception in
-[UIApplication isProtectedDataAvailable]
when called from another thread than the main thread.