Hi there,
I needed to use GoogleSignIn and Recaptcha in my” project .The project was configure using “Regular Framework” and not “CocoaPods” for IOS.
According to doc i had to use the cinterop tool to create Kotlin bindings (
https://kotlinlang.org/docs/multiplatform-ios-dependencies.html#without-cocoapods)
Tried for a really long time ,tried a lot of things, searched everywhere. Was not able to make it work , nor i could find a working sample or article with clear instructions.
Migrated project back to “CocoaPods” , and made it work in 5 mins.🙌
It can just me be that i was not able to understand the instructions clearly in doc , if someone knows any sample app or article to make it work using Regular Framework,It would be really helpful.