I have the following problem. An application that has a sqlite database. I run the application in xcode, with the simulator. I have the following code to know where I have to put the database.
sqlite3 *bd;
NSArray *paths = NSSearchPathForDirectoriesInDomains(NSDocumentDirectory...