I\'m using an SQLite database in my iPhone app. At startup, there are some database actions that I want to perform in a separate thread. (I\'m doing this mainly to minimize
My solution is to delete the app on my device (I want to delete the database that I created). This solves the problem for me.