Compiling development have pain in the ass issues: compiling time. With many mainly Script developer like me, we familiar with edit => refresh => testing => done. But with compiling language like iOS Swift or Android Java/Kotlin, even single bit of change to source code require rebuild (In my knowledge). And it make newbie more stress, panic since you are new and have to make small change step by step to trial and error to see what take effect... I mean newbie have to make more build Time compiling >=2 minutes (120s) Slowest ~5 minutes - ~500 file source => 50-75s compile - assets ~500files ~7s - XIB some take huge time to compile (15-23s); randomly slow each build ie. TagUser..xib some time slow, so it hard to know exactly which xib slow. - The more file, module included, the more tangled, required messing, So it hard to comment out/ exclude one file. And then total compile time spike up. 1. Almost all Pods libraries already removed: - Twitter - Facebo...
Some tribes of the programmer clan.