0

I'd like to be able to do automatic builds of latest code for my iOS project. Any way to do so on a server side on a linux server, for example?

nuway
  • 2,324
  • 4
  • 27
  • 48

3 Answers3

3

You must use an OS X-based machine to compile an iOS project. This can be automated using the command-line Xcode tools (xcodebuild in particular).

pixel
  • 5,298
  • 8
  • 35
  • 32
0

The only supported workflow requires OSX, but if you'd rather spend effort than money, some alternatives exist: Starting iPhone app development in Linux?

Community
  • 1
  • 1
Yusuf X
  • 14,513
  • 5
  • 35
  • 47
0

You could use Jenkins http://jenkins-ci.org/. We use it at work to build projects once someone has committed something to SVN. It's really handy. There are also a bunch of plugins you could use.

Gwynant Jones
  • 319
  • 1
  • 8