QuickBlox / q-municate-ios

Q-municate iOS repository
http://q-municate.com
MIT License
163 stars 86 forks source link

Chats are not being saved in Core data #258

Closed krishnads closed 7 years ago

krishnads commented 7 years ago

I am using Qmunicate to develop my own app. I am not able to get chats offline from core data. Getting the following error.

error: -executeRequest: encountered exception = I/O error for database at /Users/latika/Library/Developer/CoreSimulator/Devices/49C916CC-FDF0-46EA-BD7B-9D73B3F168C9/data/Containers/Data/Application/7FB3534D-EC37-4BE1-A525-F8FCBA44D62C/Library/Application Support/Q-municate/sample-cache. SQLite error code:6922, 'disk I/O error' with userInfo = { NSFilePath = "/Users/latika/Library/Developer/CoreSimulator/Devices/49C916CC-FDF0-46EA-BD7B-9D73B3F168C9/data/Containers/Data/Application/7FB3534D-EC37-4BE1-A525-F8FCBA44D62C/Library/Application Support/Q-municate/sample-cache"; NSSQLiteErrorDomain = 6922; }

ghost commented 7 years ago

Hi @krishnads, reset content & settings in your simulator, and try again

krishnads commented 7 years ago

Thanks. It Worked...