mirzemehdi / KMPAuth

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

Build fails with GoogleSignIn not found #8

Closed usmonie closed 1 month ago

usmonie commented 4 months ago

I added the GoogleSignIn library to the project via SPM, but the build continues to fall with an error:

error: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld invocation reported errors

The /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld command returned non-zero exit code: 1.
output:
ld: framework 'GoogleSignIn' not found
mirzemehdi commented 4 months ago

@usmonie Which modules did you include in your shared build.gradle file? If possible can you send it here?

ptashcka commented 2 months ago

I have the same problem. When I add dependencies (version 1.3.0): io.github.mirzemehdi:kmpauth-firebase io.github.mirzemehdi:kmpauth-uihelper io.github.mirzemehdi:kmpauth-google

Any of those 3 gives the error.

mirzemehdi commented 1 month ago

Not reproducible. Closing this issue due to inactivity. If this is still an issue or need a help, please feel free to reopen the issue and provide additional context or updates. Thank you.