So I have a project with lots of code, and some of it part of open source projects hosted on GitHub, I'm thinking of removing that code and use CocoaPods to import and manage that code for me.
My question is, will that help with the project building time? does Xcode build the complete workspace every time I build my project?
When specifically does Xcode build the pods?
I've had similar problems and developed my own utility 🏈 Rugby.
You can use it like that:
pod install && rugby
And all your pods will be moved to cache. It's an easy enough and fast solution.
At the second time, 🏈 Rugby will compile only changed pods.
Feel free to contact me if you have any issues.
Pods will be recompiled:
pod install/update
Most of the time, pods are not recompiled.
You can speedup clean build pods using:
https://github.com/leavez/cocoapods-binary
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With