I love using make! It's incredibly convenient to use Makefiles for building all of my projects, no matter the language.
xcodebuild is the program you're looking for.
http://www.manpagez.com/man/1/xcodebuild/
On Tue, Feb 12, 2013 at 1:39 PM, Marc Feeley feeley@iro.umontreal.cawrote:
On 2013-02-12, at 1:29 PM, Andrew Pennebaker andrew.pennebaker@gmail.com wrote:
I usually need to poke at the build settings to get things working, but
I attribute this to the complexity of the IDE.
IDE meaning Xcode? You can build Xcode projects from the command line
and use an IDE of your choice.
If you have some details (an example makefile) please let me know.
Marc