Batuhan Yapanoglu

Results 5 comments of Batuhan Yapanoglu

Hi @dstranz, I think you need to add iosSimulatorArm64() target in your build.gradle like [here](https://github.com/Kotlin/kmm-production-sample/blob/master/shared/build.gradle.kts). But also the dependencies used in the project should have support for arm64 (for example,...

Having the same issue, but it's not related to this plugin. Apple Silicon support is on the Kotlin [Roadmap](https://kotlinlang.org/docs/roadmap.html#new-items). For details, see these tickets: [KT-43667](https://youtrack.jetbrains.com/issue/KT-43667) and [KT-45302](https://youtrack.jetbrains.com/issue/KT-45302)

Same here, both facebook and twitter callbacks does not trigger. RN 0.43.3 IOS 10.3

I solved my problem, I debugged IOS code and saw that there were two duplicated methods and login callback was returning to wrong method in my AppDelegate.m. Here is my...