Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Create new xcode project from command line

Tags:

terminal

xcode

I want to create iPhone application with native apple frameworks. But I want to create it from command line. Please help. Thanks

like image 311
iPhone Developer Avatar asked Jan 02 '13 07:01

iPhone Developer


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.


1 Answers

pod lib create ProjectName

This will create XCode project library, sample and UnitTests.

like image 113
moljac Avatar answered Nov 03 '22 01:11

moljac