I’ve been making changes to my app, but they don’t appear when I attempt to build and run using the debugger. What am I doing wrong? Is there a way to delete the old copy of the binary?
I have source control (SVN) set up; could that be the problem?
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.
In XCode, make sure that your app isn’t running in the simulator (click the red stop-button), then click the Build menu -> Clean target (or just do SHIFT-CMD-K), and try to run it again.
XCode may be using a precompiled version of the app.