firebase / firebase-ios-sdk

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

Firebase Dashboard / Crashlytics stopped working upon versioning to 10.3.0? #10673

Closed jack-dojo closed 1 year ago

jack-dojo commented 1 year ago

Description

We have versioned the firebase SDK from 8.15.0 to 10.3.0 and deployed to production, we have since, as adoption has increased, seen our daily active users falling down and realised its going to drop to zero, there are no received analytics in the analytics dashboard for the new version...

We have no idea what's causing this, is there a step we missed in this upgrade? We didnt make any other relevant code changes beyond versioning the SDK and switched it to SPM instead of Cocoapods

Thanks for any advice

Reproducing the issue

No response

Firebase SDK Version

10.3.0

Xcode Version

13.3.1

Installation Method

Swift Package Manager

Firebase Product(s)

Analytics

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 1 year ago

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

paulb777 commented 1 year ago

Did you add -ObjC to Other Linker Options in Build Settings? See Requirement #2 at https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md

jack-dojo commented 1 year ago

Did you add -ObjC to Other Linker Options in Build Settings? See Requirement #2 at https://github.com/firebase/firebase-ios-sdk/blob/master/SwiftPackageManager.md

Ah that may be the culprit, another engineer on the team did the integration and appears to have missed this! ill give it a go and hotfix it out. Many thanks and 🤞