Command line compiling an iPhone Application

我怕爱的太早我们不能终老 提交于 2019-11-30 11:47:33

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

Try using xcodebuild, it'll build an Xcode project from the command line. You can then pull the binaries out of the build directory.

I wrote an XCodeBuilder (it calls xcodebuild) for CruiseControl that is now part of the standard release. We used this on an app that is now in the app store and it was great. After every commit a version of the app w/the ad-hoc signature was ready for download and testing by the rest of the team.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!