-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Error: Failed to write manifest。 #1152
Comments
Hi, @chen834921478! detail more about the problem and if possible provide a minimal example of reproducing the problem |
Also encountering this. Unsure of STR, I think it just started happening once I upgraded to the latest version. Can't write, fetch, or clear items. |
Exact same issue here. But with version async [email protected] – has anyone repro'd? |
If you or anyone else is still having this issue and can share a minimal reproduction of it, I would be happy to try to help. |
Any update on this?, after updated to |
Same issue with expo 51 |
Hey, here is a temporary fix I found to the issue.
|
still hasn't been resolved yet? |
Minimal reproductions steps:
Thanks in advance for the help. |
Also experiencing this same issue. |
Are you by chance getting this error only on iOS 18? @RejoV @emilyjerger |
What happened?
[Error: Failed to write manifest file.Error Domain=NSCocoaErrorDomain Code=4 "The folder “manifest.json” doesn’t exist." UserInfo={NSFilePath=/Users/xxx/Library/Developer/CoreSimulator/Devices/ABA7A135-7070-41CE-8A0B-80192332E934/data/Containers/Data/Application/13CD016E-0375-465C-9F4F-C6C3257A66D1/Library/Application Support/xxx/RCTAsyncLocalStorage_V1/manifest.json, NSUserStringVariant=Folder, NSUnderlyingError=0x600000da02d0 {Error Domain=NSPOSIXErrorDomain Code=2 "No such file or directory"}, NSURL=file:///Users/xxx/Library/Developer/CoreSimulator/Devices/ABA7A135-7070-41CE-8A0B-80192332E934/data/Containers/Data/Application/13CD016E-0375-465C-9F4F-C6C3257A66D1/Library/Application%20Support/xxxx/RCTAsyncLocalStorage_V1/manifest.json}]
Version
1.23.1
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
After performing multiple AsyncStorage.remove operations and then restarting the app:
The text was updated successfully, but these errors were encountered: