Several months ago I discussed how to manually build an objective-c project so it can be consumed by a Xamarin Binding Project. In this post I show how to automate the building of the objective-c project. In my case I need to automate the building of the BEMCheckBox project but hopefully you can generalize this specific example for your own needs.
For this post I’ll assume you have a TeamCity server setup along with a TeamCity build agent on a Mac. For help installing a TeamCity server see the official documentation. For help installing a Mac build agent please see my previous post and/or the official documentation.
[Read More]