At the risk of this question being "too vague" here goes...!
We have a Jenkins system running for other (non iOS) software projects. I want to set up nightly Xcode build and deploy to Testflight for a number of iOS projects. The question is which is the best way to go. It feels right to use the built in XCode mechanism for automated builds but given Jenkins is in place are there any significant benefits to using Jenkins over XCode bots?
Some criteria are: - Ease of setup - Reliability - Minimising pain when xcode features change
Thanks