-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Crash in GDTCCTEncodeBatchedLogRequest.m:52 #4153
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
Comments
I found a few problems with this issue:
|
I'm seeing the same issue after updated to FirebaseCore 6.11.0 and compiling against the iOS 13.1 SDK. |
Same app crashs after few seconds for me (I have exactly the same version of packages/components mentioned above) Anyone has found a workaround that can be used for the time it will take to solve this issue? |
This might be a variation of #4154. Please |
It perhaps possible, though I think GDTCCT has the nanopb pod locked to 0.3.9.1. |
I did the "pod update" before posting here and the error is still here (same tracelog than mentioned in the description of the issue) |
Can you list the pods in your Podfile.lock please? |
PODS:
DEPENDENCIES:
SPEC REPOS: SPEC CHECKSUMS: PODFILE CHECKSUM: dd17f5fa4ecc2c0a5fb205f83711e5974e3d83dd COCOAPODS: 1.8.4 |
That's probably the problem, try locking your nanopb dep to 0.3.901 |
@mikehaney24 The corresponding section of Podfile.lock for me is:
I assume that means the issue should be resolved for me, as I'm fully updated with the recent fix? |
@chumps52 Yes - 0.3.9011 and 0.3.901 are equivalent |
@vroussel35 It looks like your |
Great, thanks! |
Closing as a duplicate of #4154 with a different symptom.
|
Worked thanks @paulb777 |
Uh oh!
There was an error while loading. Please reload this page.
Problem -
App Crash
Steps to reproduce:
What happened? How can we make the problem occur?
This could be a description, log/console output, etc.
I just ran an app in the simulator and after a few seconds it crashes
The text was updated successfully, but these errors were encountered: