Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/ios/96.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 Xcode-无法从服务器检索身份验证令牌_Ios_Firebase_Firebase Authentication_Xcode8 - Fatal编程技术网

Ios Xcode-无法从服务器检索身份验证令牌

Ios Xcode-无法从服务器检索身份验证令牌,ios,firebase,firebase-authentication,xcode8,Ios,Firebase,Firebase Authentication,Xcode8,当运行构建步骤从Xcode上传符号文件时,我得到 以下错误: /Pods/FirebaseCrash/**upload-sym-util.bash:322:** Unable to retrieve authentication token from server. 我在更新(Xcode 8.0)后发现了错误。我删除了Firebase的所有POD,文件(upload sym util.bash)不存在(我删除了它),但我得到了错误。我遇到了完全相同的问题,并发现它是由于奇怪的日期和时间不兼容造

当运行构建步骤从Xcode上传符号文件时,我得到 以下错误:

/Pods/FirebaseCrash/**upload-sym-util.bash:322:** Unable to retrieve
authentication token from server.

我在更新(Xcode 8.0)后发现了错误。我删除了Firebase的所有POD,文件(upload sym util.bash)不存在(我删除了它),但我得到了错误。

我遇到了完全相同的问题,并发现它是由于奇怪的日期和时间不兼容造成的。当我将计算机的日期和时间设置为土耳其的当前日期和时间时,问题已经解决。据我测试,当时间不兼容超过一小时时,错误就会出现