Where do we see “Targets” in Xcode 4.2.
I want to see the headers, compiled files & libraries that are part of my project. I can see that in Xcode 3.2.6.
Any idea?
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.
Click on the project file in the Project Navigator. You should see your Project and Targets list on the left pane. Click on the Build Phases tabs. Here, you can see your libraries (under “Link Binary with Libraries”) and source files (under “Compile Sources”).