Optimise build time for a huge swift project

196 Views Asked by At

I have a huge swift project which has more than 70 Storyboards and 1269 XIBs and 14 compileswiftsources. Its taking 16 to 35 minutes. As I can see most of the compile-time was due to storyboards and XIBs.

I have done all the optimizations.

Can anybody suggests how can I optimize compile time.

I am sharing build time summary.

enter image description here

0

There are 0 best solutions below