leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.31k stars 206 forks source link

Build pods in parallel #108

Open PeqNP opened 4 years ago

PeqNP commented 4 years ago

I would like to be able to build all of my pods in parallel. Most of the dependencies I use do not share dependencies. So, in theory, they should be able to be built in parallel.

This may be something I can take on. But I'd like to know if you've tried this and found issues doing it or if it's even possible.

As it stands right now, it takes 30m+ to build dependencies (I have a lot!). It would be great if I could build 3-4 pods at a time! Admittedly, this is an operation that happens only once on a dev machine (unless a new version of Xcode comes out). But on my build server our admin has instructed that the pods should be built every time to provide a "clean build".