Command line compiling an iPhone Application

前端 未结 3 1228
太阳男子
太阳男子 2021-01-02 01:43

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

3条回答
  •  猫巷女王i
    2021-01-02 02:17

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

提交回复
热议问题