简体   繁体   English

如何在服务器上编译iOS项目

[英]how can I compile iOS project on a server

I'd like to be able to do automatic builds of latest code for my iOS project. 我希望能够为我的iOS项目自动构建最新代码。 Any way to do so on a server side on a linux server, for example? 例如,在Linux服务器的服务器端有任何方法可以这样做吗?

You must use an OS X-based machine to compile an iOS project. 您必须使用基于OS X的计算机来编译iOS项目。 This can be automated using the command-line Xcode tools (xcodebuild in particular). 可以使用命令行Xcode工具(特别是xcodebuild)将其自动化。

唯一受支持的工作流程需要OSX,但是如果您想花更多的精力而不是花钱,那么可以使用一些替代方法: 在Linux中启动iPhone应用程序开发?

You could use Jenkins http://jenkins-ci.org/ . 您可以使用Jenkins http://jenkins-ci.org/ We use it at work to build projects once someone has committed something to SVN. 一旦有人向SVN提交了某些内容,我们就会在工作中使用它来构建项目。 It's really handy. 真的很方便。 There are also a bunch of plugins you could use. 您还可以使用许多插件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM