David Holas
08/11/2025, 8:20 AMpod("Firebase/Analytics")
into build.gradle.kts, but that does not even sync, cause it can't generate cinterop for Firebase module. I managed to get it somewhat working by using pod("FirebaseAnalytics")
instead and also adding needed dependencies FirebaseCore, FirebaseInstallations, GoogleUtilities and nanopb. But then I get a ton of warnings in runtime:
Class FIRAConditionalUserProperty is implemented in both /.../MyApp.app/Frameworks/shared.framework/shared and /.../MyApp.app/MyApp.debug.dylib. This may cause spurious casting failures and mysterious crashes. One of the duplicates must be removed or renamed.
François
08/11/2025, 9:04 AMFrançois
08/11/2025, 9:05 AMDavid Holas
08/11/2025, 9:24 AMisStatic = true
anyway. I could not build it that way before, but it might have been urelated, so i'll give it a proper go this time.François
08/11/2025, 9:43 AMDavid Holas
08/11/2025, 9:49 AMFrançois
08/11/2025, 9:56 AMFrançois
08/11/2025, 9:56 AMFrançois
08/11/2025, 10:03 AMFrançois
08/11/2025, 10:04 AMDavid Holas
08/11/2025, 10:46 AMisStatic = true
it runs fine. idk how I managed to miss that. Thank you very much.