-
Notifications
You must be signed in to change notification settings - Fork 986
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: [28: No space left on device] #937
Comments
Also want to leave my full error log from XCode here too
|
ghost
mentioned this issue
Oct 5, 2020
We've made a PR to solve this issue. Anyone finding themselves with this issue in the meantime should refer to the PR and changes we've done. |
ghost
closed this as completed
Oct 5, 2020
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
None yet
0 participants
Package versions:
Device info:
My device has 40GB+ of free space but after ~2GB of downloads from my CDN in the app update section, the device returns
Error [28: No space left on device]
. I'm usingRNFS.downloadFile(obj)
one at a time and writing them toRNFS.DocumentDirectoryPath + '/assets'
. I thought this was an OS version, but I've tried running my app on an iPad running OS 13.6.0 and I'm getting the same error. UsingRNFS.getFSInfo()
shows me the available space is what I expect (~40GB). This doesn't happen on the simulator so I'm wondering if there's an issue with this library or react-native. Has anyone else experienced it?The text was updated successfully, but these errors were encountered: