Andrew Reed
Andrew Reed
Try the latest 1.8.1
Is this happening when compiling a KMP project or when compiling an xcode project? if its an xcode project, just add firebase via spm and it should work. For kmp,...
ok i see the potential issue. You need to run on Kotlin 1.8.20, there is fixes in 1.8.20 which resolves this problem. change your libs.versions to ``` kotlin = "1.8.20"...
Can you guys try release 1.8.0, the switch over to cocoapods plugin should make the resolution easier
try release 1.8.0
Could this be the same issue as https://github.com/firebase/firebase-ios-sdk/issues/12219
Does it work if you add to your common main ``` implementation("dev.gitlive:firebase-common:1.6.2") ```
I would also like to have this, but mainly for: Android & Native(iOS)
@scottkruse - I have created a KMP wrapper which should work for you. https://github.com/MyUNiDAYS/Segmenkt
@yosi199 - I am using the library I posted above, it's in production.