Samantha Catania
Samantha Catania

Reputation: 5316

Compiling Xcode projects through Terminal

I would like to know how one can compile an entire Xcode project through Terminal/Command Line

Upvotes: 0

Views: 1854

Answers (2)

Simon
Simon

Reputation: 890

Use the xcodebuild binary. More informations here

Upvotes: -1

Travis Gockel
Travis Gockel

Reputation: 27623

Use xcodebuild, the program that builds xcode projects. There is a tag for this if you need more help.

Upvotes: 4

Related Questions