有没有办法避免使用 GoogleSignIn 和 AppAuth-iOS 作为静态框架发生冲突?
Is there a way to avoid conflict from using GoogleSignIn and AppAuth-iOS as static framework?
我们的项目使用 Carthage
作为依赖管理器并使用它来获得 AppAuth-iOS
对于GoogleSignIn
,我们从Here下载GoogleSignIn
,直接拖到项目中
但是,AppAuth
通过 Carthage 安装与 AppAuth
来自 GoogleSignIn
之间存在冲突
是否有任何其他解决方法可以在没有人 AppAuth
的情况下解决此冲突并重命名所有 class?
从 Cartfile 中删除 AppAuth
,只使用下载位置的 GoogleSignIn 文件夹中的那个。
我们的项目使用 Carthage
作为依赖管理器并使用它来获得 AppAuth-iOS
对于GoogleSignIn
,我们从Here下载GoogleSignIn
,直接拖到项目中
但是,AppAuth
通过 Carthage 安装与 AppAuth
来自 GoogleSignIn
是否有任何其他解决方法可以在没有人 AppAuth
的情况下解决此冲突并重命名所有 class?
从 Cartfile 中删除 AppAuth
,只使用下载位置的 GoogleSignIn 文件夹中的那个。