You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My project uses this dependency and we have a crash happening when the device doesn't have enough space.
NSFileHandleOperationException - ResourceLoaderDelegate.writeBufferDataToFileIfNeeded() (ResourceLoaderDelegate.swift:187)
[NSConcreteFileHandle writeData:]: No space left on device
Version: 1.1.3
Is this issue fixed on later versions?
On the current version this would be happening here:
Hello,
My project uses this dependency and we have a crash happening when the device doesn't have enough space.
NSFileHandleOperationException - ResourceLoaderDelegate.writeBufferDataToFileIfNeeded() (ResourceLoaderDelegate.swift:187)
[NSConcreteFileHandle writeData:]: No space left on device
Version: 1.1.3
Is this issue fixed on later versions?
On the current version this would be happening here:
on
fileHandle.append(data: bufferData)
The text was updated successfully, but these errors were encountered: