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
Try using xcodebuild, it'll build an Xcode project from the command line. You can then pull the binaries out of the build directory.