Open Odobush1 opened 1 month ago
I couldn't figure out how to label this issue, so I've labeled it for a human to triage. Hang tight.
Thanks for reporting, @Odobush1. Could you provide the full stack trace of your issue to see what's causing it?
Thanks for reporting, @Odobush1. Could you provide the full stack trace of your issue to see what's causing it?
Done.
Description
I see SIGABRT (ABORT) crash in my Crashlytics after update to v11.1.0.
FPRNetworkTrace.m - Line 253 - [FPRNetworkTrace didCompleteRequestWithResponse:error:] + 253
Which belong to firebase Performance SDK.
I saw that users had this crash before, but the issue was closed https://github.com/firebase/firebase-ios-sdk/issues/10807
Reproducing the issue
I have never received these crashes while working on project running on my device so I was not able to reproduce them but I see them in Crashlytics in firebase dashboard.
Firebase SDK Version
11.1.0
Xcode Version
15.4
Installation Method
Swift Package Manager
Firebase Product(s)
Performance
Targeted Platforms
iOS
Relevant Log Output
If using Swift Package Manager, the project's Package.resolved
{ "package": "Firebase", "repositoryURL": "https://github.com/firebase/firebase-ios-sdk.git", "state": { "branch": null, "revision": "9118aca998dbe2ceac45d64b21a91c6376928df7", "version": "11.1.0" } },
If using CocoaPods, the project's Podfile.lock
Expand
Podfile.lock
snippet```yml Replace this line with the contents of your Podfile.lock! ```