I have an Xcode project, just the standard hello world app that comes with xcode for c++. I hit build and run, it runs, it completes, I see nothing.
How do I get this to open up in terminal?
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.
shift+cmd+Y brings up the debugger and console. You can see all the output there. Alternatively, you can choose View from the menu bar and click ‘Show Debug Area‘. This debug area shows the output of your program just like Terminal.