gpt4 book ai didi

swift - BoringSSL 失败

转载 作者:IT王子 更新时间:2023-10-29 05:38:29 29 4
gpt4 key购买 nike

当我尝试在 Firebase 中登录或注册时,出现错误

2018-09-20 10:59:15.502959+0300 app[1980:18396] TIC Read Status [3:0x0]: 1:57
2018-09-20 10:59:15.503055+0300 app[1980:18396] TIC Read Status [3:0x0]: 1:57
2018-09-20 11:00:45.911678+0300 app[1980:18396] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C2.1:2][0x7fb1b5810f40] get output frames failed, state 8196
2018-09-20 11:00:45.911833+0300 app[1980:18396] [BoringSSL] nw_protocol_boringssl_get_output_frames(1301) [C2.1:2][0x7fb1b5810f40] get output frames failed, state 8196

由于这个错误,下面的代码块不起作用。

Auth.auth().createUser(withEmail: emailTxt.text, password: passwordTxt.text) { (result, error) in
if let _eror = error {
print(_eror.localizedDescription )
} else {
//...
}
}

我使用新的 Xcode 10,swift 4.2。

最佳答案

我也遇到了同样的问题。这绝对是 iOS12 的问题,而在 iOS11 中则没有。我知道这是一件简单的事情,可以打折或根本不考虑,但我刚刚在项目中对我的 Pod 进行了 Pod 更新,现在错误消失了。并不是说这是一个修复,但它已经消除了错误。

关于swift - BoringSSL 失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52420609/

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com