firebase-kotlin-sdk icon indicating copy to clipboard operation
firebase-kotlin-sdk copied to clipboard

Undefined symbol: _OBJC_CLASS_$_FIRAnalytics

Open marenovakovic opened this issue 1 year ago • 2 comments
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.

marenovakovic avatar Aug 16 '24 18:08 marenovakovic

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

marenovakovic avatar Aug 16 '24 18:08 marenovakovic

Even with added FirebaseAnalytics still getting same errors

marenovakovic avatar Aug 18 '24 12:08 marenovakovic

Do you have a reproducer sample project?

Reedyuk avatar Sep 02 '24 15:09 Reedyuk

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

marenovakovic avatar Sep 04 '24 10:09 marenovakovic