gpt4 book ai didi

ios - GoogleDataTransport][I-GDTCOR001006] 问题?

转载 作者:行者123 更新时间:2023-12-01 21:48:19 29 4
gpt4 key购买 nike

当我突然收到这个错误时,我一直在像往常一样处理我的项目:

> 2020-05-20 01:42:40.798198-0400 [10404:4763011] [GoogleDataTransport][I-GDTCOR001006] There was an error reading extension bytes from disk: Error Domain=NSCocoaErrorDomain Code=260 "The file “event-16738913419221216480” couldn’t be opened because there is no such file." UserInfo={NSFilePath=/var/mobile/Containers/Data/Application/B3D1204C-A52F-496C-89D8-388D4A75C102/Library/Caches/google-sdks-events/event-16738913419221216480, NSUnderlyingError=0x2838cdbf0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}}

错误发生在如下所示的文件中。

enter image description here
具体的行错误是:
> Thread 1: EXC_BAD_ACCESS (code=2, address=0x16bcfffb0)

对于这里的第二行:
NSString *pathString = [self
decodePath:[NSString stringWithFormat:@"/%@", originalPathString]]; //this line
FPath *path = [[FPath alloc] initWith:pathString];
FRepoInfo *repoInfo = [[FRepoInfo alloc] initWithHost:host
isSecure:secure
withNamespace:namespace];

FFLog(@"I-RDB095002", @"---> Parsed (%@) to: (%@,%@); ns=(%@); path=(%@)",
url, [repoInfo description], [repoInfo connectionURL],
repoInfo.namespace, [path description]);

FParsedUrl *parsedUrl = [[FParsedUrl alloc] init];
parsedUrl.repoInfo = repoInfo;
parsedUrl.path = path;

return parsedUrl;

我尝试移除我的 pod 并重新安装它们。这并没有改变什么。

我也试过重启我的电脑。

我怎么解决这个问题?

更新:

经过进一步测试,我发现该错误发生在firebaseDatabase文件夹中的各个文件中,我也能够将其隔离为对多个文件中找到的数据库的一次查询。但是在取消注释后的文件下,它又开始像以前一样工作了。鉴于查询的数量,但我仍然有问题。

在 giithub 上也有一个问题: https://github.com/firebase/firebase-ios-sdk/issues/5661 .

最佳答案

运行pod update
这个问题在几周前得到了修复。见 https://github.com/firebase/firebase-ios-sdk/issues/5421

关于ios - GoogleDataTransport][I-GDTCOR001006] 问题?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/61906456/

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