Search code examples
iosfirebasegoogle-signinappauth

Is there a way to avoid conflict from using GoogleSignIn and AppAuth-iOS as static framework?


Our project use Carthage as dependency manager and use that to get AppAuth-iOS

For GoogleSignIn, we download GoogleSignIn from Here and drag it to the project directly

However, there is a conflict between AppAuth install via Carthage with AppAuth from GoogleSignIn

Is there any other workaround to overcome this conflict without folk AppAuth and rename all class?


Solution

  • Remove the AppAuth from the Cartfile and only use the one from the GoogleSignIn folder at the download location.