as in question, How can I see compile output of xcode4?
Thank you
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 could see the build/Compile output in the issue navigator and log navigator
Follow the below simple step to go to the issue navigator
Open XCode 4,
Build your project, then
press command + 4 for issue navigator. (there are two filter here “By File” and “By Type“)
press command + 7 for log navigator (contain compile information for all day build).