iOS Build times

Hi,

I’m trying to improve the build time for the pull request builds but I can’t get less than 40-50 minutes.

Our project have the next settings:

  • Pods uploaded to avoid pod install.
  • Dsym’s generation disabled.
  • No code optimization for swift and gcc.
  • disable indexing.
  • enable xcode parallel tasks.
  • set maximum tasks by number of cores.
  • we are using Bitrise cache push/pull for Xcode derived data but I think that has no sense because I’ve read the cache between different branches is not working. is right ?

are we missing something configuration ?
Can we increase the number of cores of the machine using a different plan ?

Hi @chus! Can you please include an URL to a build so we can see the actual logs and performance? :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.