iOS CocoaPod警告 - "谷歌已被弃用" - 使用pod' Google / SignIn'

时间:2017-08-09 19:33:07

标签: ios cocoapods deprecated google-signin google-plus-signin

我正在关注此官方Google文档:

https://developers.google.com/identity/sign-in/ios/start-integrating

表示使用pod 'Google/SignIn'

但是,我收到以下警告:

[!] Google has been deprecated

在Google的文档中,我没有看到任何声明已被弃用的内容。我错过了什么吗?

1 个答案:

答案 0 :(得分:10)

谷歌的iOS播放器已经分开了。您应该使用具有相同功能的GoogleSignIn,Google仍然支持它。

你应该简单地删除斜杠,如下所示:

pod 'GoogleSignIn'