Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

My iOS app uses object screen coordinates stored in SQLite file. During development I'm changing coordinates for some objects. To get this reflected on the device I always have to delete app from device. Only then SQLite with changed data is copied over to the device after compilation. No code is changed, only SQLite contents.

  1. Is there a way to copy only SQLite file to the app on the iPad (without recompile and app deletion)
  2. Is there a way to tell Xcode to always copy and overwrite SQLite file after compile and deployment?

Janis

share|improve this question
I dealt with this years ago. I seem to remember that a clean followed by a recompile did the trick. I'm not aware of a way to force Xcode to always overwrite the SQLite file, though I'd love to find out I'm wrong. – Joshua Smith Oct 31 '12 at 17:41

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.