I used to press cmd-shift-R to see the console in my old XCode, and I used to press cmd-shift-Y to see a screen that would direct to me lines in my code which were causing errors.
How do I do both of these in the new XCode 4?
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.
The button that @Paska is mentioning is the one for your console and log and yes, it is on the top right corner under the view grouping.
For the list of errors you will find a triangular button with an exclamation symbol in it on the group of icons on the left side of your Xcode window right over your project hierarchy. For errors and warnings you can also click on the yellow or red mark that appears on the center top announcement window. If you have any issues with your project it will display yellow and/or red small indicators in this window. You can simply click on these and it will take you to the same issue list.