firebase-ios-sdk: GDTCORStorage.m:152 ->There was an error removing an event file
Step 0: Are you in the right place?
- For issues or feature requests related to the code in this repository
file a Github issue.
- If this is a feature request please use the Feature Request template.
- For general technical questions, post a question on StackOverflow
with the
firebasetag. - For general (non-iOS) Firebase discussion, use the firebase-talk google group.
- For backend issues, console issues, and other non-SDK help that does not fall under one of the above categories, reach out to Firebase Support.
- Once you’ve read this section and determined that your issue is appropriate for this repository, please delete this section.
[REQUIRED] Step 1: Describe your environment
- Xcode version: 11.4
- Firebase SDK version: Version 4.0.0-beta.6
- Firebase Component: idk?
- Component version: _____
- Installation method: CocoaPods
[REQUIRED] Step 2: Describe the problem
Just starting to set it up for the first time. Followed the setup steps and added [FIRApp configure]; then got the below errors.
2020-03-28 23:11:20.287348-0400 xxx[5706:1092088] [GoogleDataTransport][I-GDTCOR001006] (/Users/xxx/Documents/xxx/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORStorage.m:152) : There was an error removing an event file: Error Domain=NSCocoaErrorDomain Code=4 ““event-15175212404689487827” couldn’t be removed.” UserInfo={NSUserStringVariant=( Remove ), NSFilePath=/var/mobile/Containers/Data/Application/D3549756-95DE-4CE6-B37A-8CD9CBE0DA6C/Library/Caches/google-sdks-events/event-15175212404689487827, NSUnderlyingError=0x2815fca80 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}} 2020-03-28 23:11:20.291062-0400 xxx[5706:1092088] [GoogleDataTransport][I-GDTCOR001006] (/Users/xxx/Documents/xxx/Pods/GoogleDataTransport/GoogleDataTransport/GDTCORLibrary/GDTCORStorage.m:152) : There was an error removing an event file: Error Domain=NSCocoaErrorDomain Code=4 ““event-15174923779223350741” couldn’t be removed.” UserInfo={NSUserStringVariant=( Remove ), NSFilePath=/var/mobile/Containers/Data/Application/D3549756-95DE-4CE6-B37A-8CD9CBE0DA6C/Library/Caches/google-sdks-events/event-15174923779223350741, NSUnderlyingError=0x2815fd800 {Error Domain=NSPOSIXErrorDomain Code=2 “No such file or directory”}}
Steps to reproduce:
Just the above.
Relevant Code:
Haven’t written any yet beyond the initialization snip.
About this issue
- Original URL
- State: closed
- Created 4 years ago
- Reactions: 7
- Comments: 26 (13 by maintainers)
Thanks for the reports. We’ll investigate.
Does reverting the version of GoogleDataTransport make a difference?
pod 'GoogleDataTransport', '5.0.0'