Is there any way to [edit] have a fresh [/edit] redeploy your app from xcode onto the iOS simulator when you hit run, without have to delete [edit] the existing data from the app [/edit] every time?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You shouldn’t have to delete it every time… you should just be able to hit run and it will overwrite or otherwise update the version that is loaded there.
I normally have a debug button to remove all data and add in fake data if necessary and wrap them in a
DEBUGflag. This allows me to control it without having to restart the app.