我是非常新的应用程序开发。我试图配置我的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)
替换了它。但我也犯了同样的错误。希望有人能找到答案
https://stackoverflow.com/questions/74045260
复制相似问题