GitLiveApp / firebase-kotlin-sdk

A Kotlin-first SDK for Firebase
https://gitliveapp.github.io/firebase-kotlin-sdk/
Apache License 2.0
1.08k stars 153 forks source link

Undefined symbol: _OBJC_CLASS_$_FIRAnalytics #585

Closed marenovakovic closed 1 week ago

marenovakovic commented 3 weeks ago

Android works fine, iOS build fails.

Version 1.13.0 for auth, analytics, firestore and storage

When trying to run app on iOS getting:

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.

marenovakovic commented 3 weeks ago

My bad. I thought I added Analytics package to iOS app but I haven't. Everything works fine.

marenovakovic commented 3 weeks ago

Even with added FirebaseAnalytics still getting same errors

Reedyuk commented 1 week ago

Do you have a reproducer sample project?

marenovakovic commented 1 week ago

No. I moved on to 2.0.0 and 2.1.0 and there are no problems.