How do you reduce the time needed for `pod install` with Cocoapods for a project with many dependencies? -


There are about 60 dependencies in my project, listed one after another ...

  Forum: iOS, '7.1' interrupted! # Will disable all warnings for all the pods! Target 'MyProj' do pod 'First' pod 'Second' ... # 57 more pods pod 'Last' end  

every pod install 3 - 4 minutes .

When trying to reconstruct the project in small pods, it takes hours and hours to remove related dependencies in private defenseless and it is very expensive to be repeated.

How can I work more effectively on the Podfiles and Division Application modules?

Depending on what is happening you can change the pod install You can try to run and not to update the Kokopod to the Glasses repo:

  pod install --no-repo-update  

/ Code>


Comments

Popular posts from this blog

python - Overriding the save method in Django ModelForm -

html - CSS autoheight, but fit content to height of div -

qt - How to prevent QAudioInput from automatically boosting the master volume to 100%? -