Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/111.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
谷歌登录iOS崩溃?_Ios_Google Signin - Fatal编程技术网

谷歌登录iOS崩溃?

谷歌登录iOS崩溃?,ios,google-signin,Ios,Google Signin,在一个使用Google登录SDK(v5.0.2,手动添加到项目中,以及GTM和Firebase)的iOS项目中,我们遇到了一个崩溃,在尝试使用Google帐户登录时,我们可能会使用特定设备上的特定帐户多次重现该崩溃 坠机原因是: ** Assertion failure in +[UIAlertAction _actionWithTitle:descriptiveText:image:style:handler:shouldDismissHandler:], /BuildRoot/Library

在一个使用Google登录SDK(v5.0.2,手动添加到项目中,以及GTM和Firebase)的iOS项目中,我们遇到了一个崩溃,在尝试使用Google帐户登录时,我们可能会使用特定设备上的特定帐户多次重现该崩溃

坠机原因是:

** Assertion failure in +[UIAlertAction _actionWithTitle:descriptiveText:image:style:handler:shouldDismissHandler:], /BuildRoot/Library/Caches/com.apple.xbs/Sources/UIKitCore/UIKit-3901.4.5/UIAlertAction.m:42
堆栈跟踪显示崩溃出现在

+[UIAlertAction actionWithTitle:style:handler:]
-[GIDEMMErrorHandler passcodeRequiredAlertWithCompletion:] + 556
-[GIDEMMErrorHandler handleErrorFromResponse:completion:]_block_invoke + 724
通过调试器,似乎
UIAlertAction
传递了
nil
标题,这会导致断言失败

该设备的操作系统为iOS 13.3.1


我在Google登录SDK中找不到正式的报告错误的方法,Google问题跟踪器似乎只限于具有特定权限的人,他们指向一个不再存在的论坛,或者指向堆栈溢出…

我们也遇到了这个问题,现在我们正在考虑使用旧版本的SDK…我也不知道在哪里可以打开关于这一点的罚单。我将在github项目中提交一个问题…不,github问题似乎不是提交此问题的正确位置。。。Bummer我所能做的就是通过Firebase支持报告这一点:s