Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How long does it take for a new custom CocoaPod to get uploaded to the pod trunk?

I just uploaded a new CocoaPod but it does not show up when I search for it on CocoaPod.org. How long would it take for it to show up on search?

like image 524
Dido Avatar asked Jan 17 '17 16:01

Dido


People also ask

How long does it take to clone CocoaPods?

As shown here, I have inserted those steps in my workflow but still the cocoapods spec repo gets cloned every time. About 12.5 minutes of the 15 minute build is the repo cloning.

How do I update my pod file?

Use pod install to install new pods in your project. Even if you already have a Podfile and ran pod install before; so even if you are just adding/removing pods to a project already using CocoaPods. Use pod update [PODNAME] only when you want to update pods to a newer version.

How long does pod installation take?

This little change saved me more than 10 minutes. Executing "pod install" now takes less than 2 minutes, while before making this changes it took about 12 minutes.


2 Answers

I've had it take 3 hours up to 24 if its the first time. First time takes forever. Updates are quicker usually take place within 2-3 hours.

like image 74
NSGangster Avatar answered Oct 02 '22 13:10

NSGangster


My updates usually take over 8 hours. Just updated one today...7 hours so far and counting.

like image 33
Mike Critchley Avatar answered Oct 02 '22 15:10

Mike Critchley