Upon installing the new SDK into our application, I attempted to run the app, overwriting an existing application. I received an exception, the relevant stack trace of which is below:
Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason:
This NSPersistentStoreCoordinator has no persistent stores. It cannot perform a save operation.
But when i tried after uninstalled my application it is worked fine. I don't want to uninstall whenever i installing the new build what is the solution for this?