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

लातों वाला भूत

10/18/2023, 11:57 AM
Has anyone been able to to successfully implement Google Auth in compose multiplatform? I am trying to do it via expect/actual implementation. It works on Android but keeps failing in iOS.
Copy code
'-[GIDSignIn setConfiguration:]: unrecognized selector sent to instance 0x600000ca2d90'
t

Timofey Solonin

10/19/2023, 11:08 AM
Hi! Is there any chance you could share a reproducer project?
u

लातों वाला भूत

10/19/2023, 11:20 AM
I would have to create a new project. https://youtrack.jetbrains.com/issue/KT-62698/GoogleSignIn-pod-not-recognising-methods Have created this issue.
Another issue is that linking the same library through package manager works sometimes but re-syncing it throws Build phase errors
Can you take a look at the config in the above proj?
3 Views