firebase / firebase-ios-sdk

Firebase SDK for Apple App Development
https://firebase.google.com
Apache License 2.0
5.46k stars 1.43k forks source link

App crashed due to Firebase SDK #12796

Open sreejith-krishna opened 2 months ago

sreejith-krishna commented 2 months ago

Description

firebaseSDKCrash

We could able to see our app crashed, the above stack trace is from the Crashlytics console. From the stack trace it seems to be due to firebase sdk. Any help to debug this issue will be much appreciated.

Reproducing the issue

We are unable to reproduce this issue.

Firebase SDK Version

10.22.1

Xcode Version

15.3

Installation Method

Swift Package Manager

Firebase Product(s)

All

Targeted Platforms

iOS

Relevant Log Output

No response

If using Swift Package Manager, the project's Package.resolved

Expand Package.resolved snippet
```json Replace this line with the contents of your Package.resolved. ```

If using CocoaPods, the project's Podfile.lock

Expand Podfile.lock snippet
```yml Replace this line with the contents of your Podfile.lock! ```
google-oss-bot commented 2 months ago

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

rizafran commented 2 months ago

Thanks for reporting, @sreejith-krishna. Could you confirm if you're using sqlite in your code? One possible reason might be related to sqlite implementation in the app that is incompatible with the system version. You may also try searching issues in the repo regarding APMSqliteStore.

google-oss-bot commented 2 months ago

Hey @sreejith-krishna. 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!

sreejith-krishna commented 2 months ago

Hi thanks for responding. We are using SQLite3 in our code.