R – Command line compiling an iPhone Application

build-automationbuild-processcontinuous integrationiphonexcode

I would like to find a way to compile and package our iPhone application as part of our automated nightly build. At present we always have to manually kick off a build on a shared Mac that has the adhoc certificates installed on the box and then post the resulting test binaries some place where testers can pull them down and install them.

Has anyone found an approach to automation that works for them?

Best Answer

There's a command line tool to build Xcode projects: xcodebuild