Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

TeamCity Integrated with Xcode Projects (BUILD RUNNER)

Im trying to get TeamCity to work with the github server for our xcode projects.

I've got the git server working and now i'm stuck at the Build Runner Settings.

i downloaded the teamcity-xcode plugin from http://github.com/orj/teamcity-xcode

and moved it into the ~/.BuildServer/plugins folder.

is there any kind of tutorial how to set up TeamCity for xcode projects ?

like image 974
Alex Nguyen Avatar asked May 07 '10 21:05

Alex Nguyen


People also ask

How do you run builds in TeamCity?

To run a custom build with specific changes, open the build results page, go to the Changes tab, expand the required change, click the Run build with this change, and proceed with the options in the Run Custom Build dialog. Use HTTP request or REST API request to TeamCity to trigger a build.

Is TeamCity a build tool?

TeamCity is a build management and continuous integration server from JetBrains. It was first released on October 2, 2006 and is commercial software and licensed under a proprietary license: a freemium license for up to 100 build configurations and three free Build Agent licenses are available.

What are TeamCity build agents?

A TeamCity build agent is a piece of software which listens for the commands from the TeamCity server and starts the actual build processes. It is installed and configured separately from the TeamCity server.


1 Answers

Ok so i've finally figured it out after hours of headache.
I posted a tutorial if anyone else needs help with the same problem and needs to save a day or two. :)

http://alexandern17.posterous.com/

like image 199
Alex Nguyen Avatar answered Nov 15 '22 07:11

Alex Nguyen