Are you using SQLite directly or using Core Data? When you use SQLite directly, you specify the path where the database file is saved, so it shouldn't be too hard to find.
The path to the app's Documents folder is:
/Users/yourname/Library/Application Support/iPhone Simulator/x.y/Applications/weird-and-long-id/Documents
|