mirzemehdi / KMPAuth

Kotlin Multiplatform Authentication Library targetting android and iOS
https://mirzemehdi.com/KMPAuth/
Apache License 2.0
231 stars 19 forks source link

Can't build iOS #33

Closed gabrieloterostride closed 4 months ago

gabrieloterostride commented 4 months ago

I'm following your iOS Setup, and at the moment I create the app delegate I have the following error

../iosApp/iosApp/AppDelegate.swift:33:17: error: cannot find 'GIDSignIn' in scope GIDSignIn.sharedInstance.handle(url) ^~~~~

Can you help me figuring it out?

mirzemehdi commented 4 months ago

@gabrieloterostride Please make sure you add Google Sign in Swift side as well.

I shared in this issue: https://github.com/mirzemehdi/KMPAuth/issues/6

gabrieloterostride commented 4 months ago

It worked! thanks!