简体   繁体   中英

Xcode continous integration bot how to build multiple targets and get multiple ipas

I have an enterprise app that builds to a large number of targets (one per customer). I am now trying to configure continous integration for it but am a little confused about how it's supposed to work.

If I have a bot building a scheme containing 1 target, then it produces an IPA but configuring 30 or so schemes and the same number of bots seems an inefficient way of doing things. Instead I tried making a single continous integration scheme containing all 30 targets, but when the bot builds that it doesn't produce an IPA - instead I get a 'Generic xcode archive'.

Where do I go from here? Should I be going down the route of lots of schemes and bots or is there a way to get lots of IPAs out of a bot with multiple targets?

我的解决方案是使用TeamCity,它是开源的,您可以在自己的服务器上设置或使用托管解决方案。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM