my App is crashing like hell,when i try to remove the local storage(removing db file) while some Db operation is running background. Is there any method to stop the db operations? or any other possible solution for this problem?
Asked
Active
Viewed 93 times
1
-
could you please post some code how you are removing the local storage? – Gyanendra Jul 08 '13 at 11:28
-
2Of course you have to tear down your whole core data stack before you can safely delete the file. Related: [How to force coredata to rebuild sqlite database model?](http://stackoverflow.com/questions/2357010/how-to-force-coredata-to-rebuild-sqlite-database-model) – Matthias Bauch Jul 08 '13 at 11:37