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?
Asked
Active
Viewed 565 times
3 Answers
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?
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