我是非常新的应用程序开发。我试图配置我的GoogleSignInButton回调函数。
我知道错误:
No active configuration. Make sure GIDClientID is set in Info.plist.
但是,我的Info.plist定义了GIDClientID以及建议的这里生成的值。
操作系统: 13.0版Beta
Xcode:版本14.1 beta 3
发布于 2022-10-12 19:05:05
谷歌标志的这种变化是新的。另外,GIDSignIn.sharedInstance.signIn(with: config, presenting: self)
不再可用了。GIDSignIn.sharedInstance.signIn(withPresenting: presentingVC)
替换了它。但我也犯了同样的错误。希望有人能找到答案
发布于 2022-10-13 20:28:21
同样的错误。我也是新手,它帮助我用旧版本(6.0.0和8.6.0)重新安装软件包(GoogleSignIn和FirebaseAuth),这样GIDSignIn.sharedInstance.signIn(with: config, presenting: self)
就可用了。在我们找到工作方法之前,这是一个暂时的解决办法。
https://stackoverflow.com/questions/74045260
复制相似问题