Has anyone been able to to successfully implement ...
# multiplatform
u
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
Hi! Is there any chance you could share a reproducer project?
u
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?