Closed jack-dojo closed 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.
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
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 🤞
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! ```