When I try to save data to core data it is getting failed and shows error as: Error Domain=NSSQLiteErrorDomain Code=101 "(null)" UserInfo={EncryptedStoreErrorMessage=unknown error}
. Also I have logged it into firebase crashlytics and it is showing in the device configuration as RAM free: 0 B and Disk free: 0 B.
CoreData saving is failing with error- Error Domain=NSSQLiteErrorDomain Code=101 “(null)” UserInfo={EncryptedStoreErrorMessage=unknown error}
Share