is anyone facing issue related to import, i have a...
# multiplatform
v
is anyone facing issue related to import, i have added the cocoapods for the dependency but it's not importable in ios shared code. this is what i have added into my shared module gradle file.
Copy code
cocoapods {
        // Configure fields required by CocoaPods.
        summary = "Kotlin Multiplatform Firebase login sample"
        homepage = "<https://github.com/worstkiller/firebaseloginkmm>"
        pod("FirebaseAuth")
        frameworkName = "firebaseLoginSDK"
    }
can anyone help ? 🙄 @Artyom Degtyarev [JB]
a
Hello, @Vkbookworm! First of all, are you following this instruction? If so, consider trying to build the project with the Xcode.
a
did you figure it out? from my xp, it will compile and work well despite not being recognized in the editor