Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trial
appliaison
2,832 PointsCould you please do a tutorial / post the steps for setting up a build automation server for CI for iOS apps?
I have a large number of iOS apps that I would like to setup a CI server for, so that when I commit to the repo, the CI server picks up the changes and builds the iOS targets for me. Could you please provide the best-practice steps for doing this?
1 Answer
Chris Shaw
26,676 PointsHi App Liaison,
CI servers for iOS can be difficult to get working as you need an OS X powered machine to run the tests and builds against which isn't cheap unless you use a third party service like the ones I've listed below.