NSInternalInconsistencyException : This NSPersistentStoreCoordinator has no persistent stores (disk full). It cannot perform a save operation

App crashed crashed on context.save() From the crash logs i found this log.
-[NSPersistentStoreCoordinator _coordinator_you_never_successfully_opened_the_database_disk_full:] + 55

What does this mean? how can I gracefully handle this?

  • is the device storage full?

  • Not sure. But it's a possibility. Let's say if the device storage is full how can I gracefully handle it? I'm already calling context.save() under a try catch block still it crashed

  • I have the same issue, but device storage is not full. Do you have any updates?

Add a Comment