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
{{ message }}
This repository has been archived by the owner on Feb 19, 2020. It is now read-only.
When prepareWithItems is called on an iOS9 device, the application will crash when setData is called. This does not crash on iOS10 devices. When [self->_internalData writeToFile:self.filename atomically:NO]; is set to [self->_internalData writeToFile:self.filename atomically:YES]; it appears to work as expected (I am not sure of the implications though).
Wow, thanks for this! I'm able to repro this thanks to your demo and have the PR ready.
There will be a new release of the SDK, possibly next week.
I'm keeping you updated on this.
When
prepareWithItems
is called on an iOS9 device, the application will crash whensetData
is called. This does not crash on iOS10 devices. When[self->_internalData writeToFile:self.filename atomically:NO];
is set to[self->_internalData writeToFile:self.filename atomically:YES];
it appears to work as expected (I am not sure of the implications though).Attached is a simple test case.
HACrash.zip
The text was updated successfully, but these errors were encountered: