Giter Site home page Giter Site logo

Comments (15)

google-oss-bot avatar google-oss-bot commented on May 31, 2024

I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.

from firebase-ios-sdk.

paulb777 avatar paulb777 commented on May 31, 2024

Please confirm that you're reproducing with 10.22.0 or 10.23.0.

This is exactly the bug (#11403) that was fixed for several others with those releases.

from firebase-ios-sdk.

AhmedShanab74 avatar AhmedShanab74 commented on May 31, 2024

hello @paulb777 i update Firebase to 10.23.0
and still have the same crash
the crash happened when i start downloading the app
My Podfile.lock

  • Firebase/CoreOnly (10.23.0):
    • FirebaseCore (= 10.23.0)
  • Firebase/Crashlytics (10.23.0):
    • Firebase/CoreOnly
    • FirebaseCrashlytics (~> 10.23.0)
  • Firebase/InAppMessaging (10.23.0):
    • Firebase/CoreOnly
    • FirebaseInAppMessaging (~> 10.23.0-beta)
  • Firebase/Messaging (10.23.0):
    • Firebase/CoreOnly
    • FirebaseMessaging (~> 10.23.0)
  • Firebase/RemoteConfig (10.23.0):
    • Firebase/CoreOnly
    • FirebaseRemoteConfig (~> 10.23.0)
  • FirebaseABTesting (10.23.0):
    • FirebaseCore (~> 10.0)
  • FirebaseCore (10.23.0):
    • FirebaseCoreInternal (~> 10.0)
    • GoogleUtilities/Environment (~> 7.12)
    • GoogleUtilities/Logger (~> 7.12)
  • FirebaseCoreExtension (10.23.0):
    • FirebaseCore (~> 10.0)
  • FirebaseCoreInternal (10.23.0):
    • "GoogleUtilities/NSData+zlib (~> 7.8)"
  • FirebaseCrashlytics (10.23.0):
    • FirebaseCore (~> 10.5)
    • FirebaseInstallations (~> 10.0)
    • FirebaseRemoteConfigInterop (~> 10.23)
    • FirebaseSessions (~> 10.5)
    • GoogleDataTransport (~> 9.2)
    • GoogleUtilities/Environment (~> 7.8)
    • nanopb (< 2.30911.0, >= 2.30908.0)
    • PromisesObjC (~> 2.1)
  • FirebaseInAppMessaging (10.23.0-beta):
    • FirebaseABTesting (~> 10.0)
    • FirebaseCore (~> 10.0)
    • FirebaseInstallations (~> 10.0)
    • GoogleUtilities/Environment (~> 7.8)
    • nanopb (< 2.30911.0, >= 2.30908.0)
  • FirebaseInstallations (10.23.0):
    • FirebaseCore (~> 10.0)
    • GoogleUtilities/Environment (~> 7.8)
    • GoogleUtilities/UserDefaults (~> 7.8)
    • PromisesObjC (~> 2.1)
  • FirebaseMessaging (10.23.0):
    • FirebaseCore (~> 10.0)
    • FirebaseInstallations (~> 10.0)
    • GoogleDataTransport (~> 9.3)
    • GoogleUtilities/AppDelegateSwizzler (~> 7.8)
    • GoogleUtilities/Environment (~> 7.8)
    • GoogleUtilities/Reachability (~> 7.8)
    • GoogleUtilities/UserDefaults (~> 7.8)
    • nanopb (< 2.30911.0, >= 2.30908.0)
  • FirebaseRemoteConfig (10.23.0):
    • FirebaseABTesting (~> 10.0)
    • FirebaseCore (~> 10.0)
    • FirebaseInstallations (~> 10.0)
    • FirebaseRemoteConfigInterop (~> 10.23)
    • FirebaseSharedSwift (~> 10.0)
    • GoogleUtilities/Environment (~> 7.8)
    • "GoogleUtilities/NSData+zlib (~> 7.8)"
  • FirebaseRemoteConfigInterop (10.23.0)
  • FirebaseSessions (10.23.0):
    • FirebaseCore (~> 10.5)
    • FirebaseCoreExtension (~> 10.0)
    • FirebaseInstallations (~> 10.0)
    • GoogleDataTransport (~> 9.2)
    • GoogleUtilities/Environment (~> 7.10)
    • nanopb (< 2.30911.0, >= 2.30908.0)
    • PromisesSwift (~> 2.1)
  • FirebaseSharedSwift (10.23.0)
RPReplay_Final1711508976.MOV

from firebase-ios-sdk.

paulb777 avatar paulb777 commented on May 31, 2024

Are you able to reproduce locally building in Xcode? Does it make a difference to build for Debug or to build for Release?

from firebase-ios-sdk.

AhmedShanab74 avatar AhmedShanab74 commented on May 31, 2024

when i run the version 2.0.12 from xcode it works fine without crashes

from firebase-ios-sdk.

paulb777 avatar paulb777 commented on May 31, 2024

OK, we'll need a crash in a reproducible example built with Firebase 10.23.0 to make progress here.

from firebase-ios-sdk.

AhmedShanab74 avatar AhmedShanab74 commented on May 31, 2024

hi @paulb777
users have an old version of the app 2.0.11 when they open the app an popup appears tell them they need to force update the app , the version on app store is 2.0.12 when they download it the app crash
these screen shots are from Crashlytics dashboard of the app
here the url of the app on store ==>> https://apps.apple.com/eg/app/marasi-shopping-%D9%85%D8%B1%D8%A7%D8%B3%D9%8A-%D9%84%D9%84%D8%AA%D8%B3%D9%88%D9%82/id1476963784?l=ar

img-1 img-2 img-3

from firebase-ios-sdk.

AhmedShanab74 avatar AhmedShanab74 commented on May 31, 2024

@paulb777 notice that all crashes happened in ios 17

from firebase-ios-sdk.

fee-dev avatar fee-dev commented on May 31, 2024

I encountered the same issue where I'm unable to publish my app live because it crashes on the device when I'm testing and downloading a new version from TestFlight.

from firebase-ios-sdk.

AhmedShanab74 avatar AhmedShanab74 commented on May 31, 2024

@fee-dev Did the same problem occur with Firebase 10.23.0 ?

from firebase-ios-sdk.

ram-vilash avatar ram-vilash commented on May 31, 2024

After updating the firebase version it is still crashing in iOS 17

from firebase-ios-sdk.

guperini avatar guperini commented on May 31, 2024

Same issue here. The app crashes in the first session after update.

from firebase-ios-sdk.

google-oss-bot avatar google-oss-bot commented on May 31, 2024

Hey @AhmedShanab74. We need more information to resolve this issue but there hasn't been an update in 5 weekdays. I'm marking the issue as stale and if there are no new updates in the next 5 days I will close it automatically.

If you have more information that will help us get to the bottom of this, just add a comment!

from firebase-ios-sdk.

aarcoraci avatar aarcoraci commented on May 31, 2024

Some users have also reported this error to me recently.

Relevant log output:

Crashed: com.apple.main-thread
0  nanopb                         0x6904 pb_check_proto3_default_value + 342
1  nanopb                         0x6074 pb_encode + 172
2  FirebaseSessions               0x413c FIRSESEncodeProto + 64
3  FirebaseSessions               0xef10 $s16FirebaseSessions17SessionStartEventC14transportBytes10Foundation4DataVyF + 232
4  FirebaseSessions               0xf198 $s16FirebaseSessions17SessionStartEventC14transportBytes10Foundation4DataVyFTo + 28
5  GoogleDataTransport            0xde9c -[GDTCOREvent setDataObject:] + 68
6  FirebaseSessions               0x5e84 $s16FirebaseSessions14EventGDTLoggerC03logC05event10completionyAA012SessionStartC0C_ys6ResultOyyts5Error_pGctF + 104
7  FirebaseSessions               0x5f80 $s16FirebaseSessions14EventGDTLoggerCAA0cD8ProtocolA2aDP03logC05event10completionyAA012SessionStartC0C_ys6ResultOyyts5Error_pGctFTW + 20
8  FirebaseSessions               0xd0c8 $s16FirebaseSessions18SessionCoordinatorC014attemptLoggingC5Start5event8callbackyAA0cG5EventC_ys6ResultOyytAA0aB5ErrorOGctFyAMcfU_ + 176
9  FirebaseSessions               0xd2c8 $s16FirebaseSessions18SessionCoordinatorC10fillInFIID33_A99E81F187A7BA47A5374F4DC053A423LL5event8callbackyAA0C10StartEventC_ys6ResultOyytAA0aB5ErrorOGctFyAKySSs0V0_pGcfU_ + 180
10 FirebaseSessions               0xaafc $sSo16FIRInstallationsC16FirebaseSessionsE14installationID10completionyys6ResultOySSs5Error_pGc_tFySSSg_sAH_pSgtcfU_TA + 48
11 FirebaseSessions               0xa9c0 $sSSSgs5Error_pSgIeggg_So8NSStringCSgSo7NSErrorCSgIeyByy_TR + 96
12 FirebaseInstallations          0x49c0 __49-[FIRInstallations installationIDWithCompletion:]_block_invoke + 56
13 FBLPromises                    0x5138 __56-[FBLPromise chainOnQueue:chainedFulfill:chainedReject:]_block_invoke.18 + 52
14 libdispatch.dylib              0x26a8 <redacted> + 32
15 libdispatch.dylib              0x4300 <redacted> + 20
16 libdispatch.dylib              0x129e0 <redacted> + 1056
17 libdispatch.dylib              0x125b0 _dispatch_main_queue_callback_4CF + 44
18 CoreFoundation                 0x36f9c <redacted> + 16
19 CoreFoundation                 0x33ca8 <redacted> + 1996
20 CoreFoundation                 0x333f8 CFRunLoopRunSpecific + 608
21 GraphicsServices               0x34f8 GSEventRunModal + 164
22 UIKitCore                      0x22c8a0 <redacted> + 888
23 UIKitCore                      0x22bedc UIApplicationMain + 340
24 Runner                         0xf60c main + 6 (AppDelegate.swift:6)
25 ???                            0x1bc3c2dcc (Missing)

from firebase-ios-sdk.

paulb777 avatar paulb777 commented on May 31, 2024

I'm going to close and lock this issue.

This bug (#11403) was fixed in Firebase 10.22.0. If you have this problem in a newer version, please open a new issue with the template fully completed.

from firebase-ios-sdk.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.