Once the program is built, where on the hard drive is it?
Does Xcode help one set up where the finished product should reside at?
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 want to take a look at ~/Library/Developer/Xcode/DerivedData. Note that under Lion the ~/Library directory is hidden by default, you can get to it through the terminal.
A super simple way to get there is via Xcode. Simply open up the Organizer, either Window -> Organizer or Cmd-Shift-2, click on Projects. From there you can easily delete the Derived data, which is the most common case. Clicking on the little arrow button will open it in the finder.