firebase-kotlin-sdk
firebase-kotlin-sdk copied to clipboard
Undefined symbol: _OBJC_CLASS_$_FIRAnalytics
trafficstars
Android works fine, iOS build fails.
Version 1.13.0 for auth, analytics, firestore and storage
When trying to run app on iOS getting:
- Undefined symbol: OBJC_CLASS$_FIRAnalytics
- Linker command failed with exit code 1 (use -v to see invocation)
Version 1.13.0 for analytics and 1.12.0 for auth, firestore and storage
Getting 15 issues.
Linked FirebaseiOS is 10.26.0 and it works fine without analytics with both 1.13.0 and 1.12.0.
My bad. I thought I added Analytics package to iOS app but I haven't. Everything works fine.
Even with added FirebaseAnalytics still getting same errors
Do you have a reproducer sample project?
No. I moved on to 2.0.0 and 2.1.0 and there are no problems.