Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I create a new C++ project in Xcode?

I'm not sure how to create a pure C++ project with Xcode 4.6:

image of trying to create a new project

like image 260
YasBES Avatar asked Feb 10 '13 23:02

YasBES


People also ask

How do I create a new Project in Xcode?

Launch Xcode, then click “Create a new Xcode project” in the Welcome to Xcode window or choose File > New > Project. In the sheet that appears, select the target operating system or platform and a template under Application. In the following sheets, fill out the forms and choose options to configure your project.

How do you make a C Project?

From the menu bar, click File > New > Project. In the Select a wizard window, expand C/C++, select C++ Project, and then click Next. In the Create a C++ Project window, in the Project name field, enter a name for the C++ project. From the Project type list, select Makefile Project/Empty Project, and then click Finish.


1 Answers

I'll explain how to make C++ or C project in the new XCode 4 or later. (This does work in XCode 6.2)

First StepSecond Step

like image 161
YasBES Avatar answered Sep 23 '22 03:09

YasBES