-
Notifications
You must be signed in to change notification settings - Fork 297
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
FBLPromises crashing #183
Comments
any updates on this? we are facing the same issue, but only on the iOS version less than 13. @mmdock |
Looking at the stack trace I see:
That indicates that the Any idea why |
hi! my project uses this project as a sub dependency via FirebaseCrashlytics, FirebaseInstallations, GoogleDataTransport, and GoogleUtilities/Environment.
Recently, we have been experiencing a crash when launching our application on observeOnQueue call.
6 GoogleDataTransport 0x10e24f0ca -[GDTCCTUploadOperation uploaderSessionCreateIfNeeded] + 58 (GDTCCTUploadOperation.m:105)
7 GoogleDataTransport 0x10e251705 __56-[GDTCCTUploadOperation sendURLRequestWithBatch:target:]_block_invoke.110 + 69 (GDTCCTUploadOperation.m:269)
8 FBLPromises 0x10d1592f5 __56-[FBLPromise chainOnQueue:chainedFulfill:chainedReject:]_block_invoke.67 + 85 (FBLPromise.m:273)
9 FBLPromises 0x10d1588da __44-[FBLPromise observeOnQueue:fulfill:reject:]_block_invoke_2 + 106 (FBLPromise.m:227)
I honestly wasn't sure if I need to report it here, or to one of the libraries that use this as a sub-dependency.
log.txt
The text was updated successfully, but these errors were encountered: