Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am struggling with this issue for couple days now. Hope I get some help here.

  1. I imported an existing sqlite database to my Xcode 4.3 project. Run simulator. In the simulator I create a record from UI.

  2. In the log I see that application copied the database in an internal directory/application.app/ directory.

  3. From terminal I run sqlite3 and open the database from that internal directory and run select sql. I see that record. Great so far.

  4. I close the app simulator and run it again. NOW THAT RECORD IS GONE !!!. How can I retain the data I create in simulator?

Thanks in advance...

share|improve this question
Does the copying occur only on the first run? – lins314159 Jul 25 '12 at 0:01
Copying happens only the first time. – user1070087 Jul 25 '12 at 3:00

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.