themiswang
themiswang
Close this issue because there hasn't been any activity for a few months. Please make sure to update to the latest sdk version and check if that solves the issue....
Seems like it related to the performance issue for xcode15? I am seeing many discussions within the community: https://github.com/orgs/community/discussions/68807, https://discuss.circleci.com/t/severe-performance-problems-with-xcode-15/49205/47 Haven't be able to reproduce on local yet, I am...
Hmmmm reran the job seems work this time https://github.com/firebase/firebase-ios-sdk/actions/runs/8638279486/job/24694636170, it references the head commit of [this change](https://github.com/firebase/firebase-ios-sdk/commit/fb6bc825c96b1ee42c26bdc96ff87fe158e0342d), old job could be flaky.
Hi @acecilia I will followup on this: Unfortunately current we don't open source `upload-symbols` cli so the change on that need a sdk update, to quick unblock on your side...
Hi folks, We still haven’t tracked this down to the root cause. Looking in the code, we compress the code mapping file and the create tasks for `NSURLSession` to upload...
Hi @sspogra, do you have a full crash report can share with us to take a look? From the second crash, Crashlytics library is called from a closure of your...
Hey @treastrain, Thank you for the detailed description! We are not introducing platform specific behaviour and the platform flag is actually not used on our backend. Using `ios` is fine...
Hey folks, Added fix to upload-symbol and it should ship with the next release 10.23.0, unblocked to identify `xros` as a new platform for `--build-phase`. If you are using `-gsp...
> Changes look good to me. What is the impact if there is no AuthenticationToken? I'm worried of a scenario where there is a huge delay in the authentication token...
Hey @ppave, Thank you for reaching our, currently Crashlytics only [supports for Firebase default app](https://github.com/firebase/firebase-ios-sdk/blob/main/Crashlytics/Crashlytics/FIRCrashlytics.m#L239). You might get confused with DSYM upload process vs crash uploading process. For DSYM upload...