I have a sqlite database that has a lot of test data in it. I am currently loading data inside the application code, but it takes a few minutes to use the iPod used for testing.
I wonder if it is possible to do pre-build tests in Xcode that are in db, then add it to the application package, so I can extract it from the iPod.
I am stuck in creating and pre-populating db ..
mamcx source
share