I use CocoaPods in my project but every time I change something it takes a long time to generate support files, I know it is not something I can control, but just wonder is it something that it generates for sub-libraries, if so, can I save the existing ‘support files’ and only let it generate the one for newly added libs?
I run ‘pod install’ every time when I change the Podfile, is it a problem and I should run ‘pod setup’ instead?
Thanks!
We are working on it:
More than 4 minutes vs 16s means that the generate support phase should become pretty fast in CocoaPods 0.16.
From Xcodeproj/pull/34
So I can only suggest to wait 🙂