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?
Remove the AppAuth
from the Cartfile and only use the one from the GoogleSignIn folder at the download location.