2

So, I'm using Xcode to program with C++. I want to access the C++ tool but I'm having this problem.

This is what it looks like when opening a new project. Only for me, I don't have the 'Command Line Utility' option at the end.

alt text http://img.skitch.com/20100305-gsab76ef7bkx5ihwwj94cui39t.jpg

How can I get the 'Command Line Utility' option to be available. I need it to access the C++ tool.

Please and thank you!

2
  • Which version of Xcode are you using? (Check Xcode -> About Xcode in the menu.) Commented Mar 5, 2010 at 12:34
  • Sorry, didn't see this comment till now. I'm using 3.2.1 Thanks everyone! Commented Mar 7, 2010 at 14:46

2 Answers 2

3

If you're on a reasonably current version of Xcode (e.g. 3.2.2) then the selection process is slightly different - you need Application -> Command Line Tool and then select C++ stdc++ from the popup menu.

alt text

Sign up to request clarification or add additional context in comments.

Comments

1

I have Xcode v3.2

I find the command line utility under File > New Project > (Mac OS X) Application > Command Line Tool (in right pane). When you click on Command Line Tool in right pane you will see a drop down box that lets you select the language you want to use. Mine defaults to C but there is an option for "C++ stdc++".

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.