https://kotlinlang.org logo
#multiplatform
Title
# multiplatform
v

Vkbookworm

09/28/2020, 6:59 PM
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

Artyom Degtyarev [JB]

09/29/2020, 7:13 AM
Hello, @Vkbookworm! First of all, are you following this instruction? If so, consider trying to build the project with the Xcode.
a

Azur Haljeta

11/15/2020, 4:51 PM
did you figure it out? from my xp, it will compile and work well despite not being recognized in the editor
4 Views