You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I am trying to use cocoapods-binary-cache with bitrise CI. I am using cache-pull and cache-push steps in bitrise workflow. cocoapods-binary-cache fetches the pods from the GitHub repo where binary version of pods are stored but it still compiles the pods. I cannot find any speed improvement by using cocoapods-binary-cache (as still the pods are compiled).
My understanding is that it should not compile the pods again. Am I missing something?
The text was updated successfully, but these errors were encountered:
I'm using Github Actions and I'm not experiencing the same issue. Pods don't get compiled again (at least not according to the logs) nevertheless their installation is taking a long time.
Hi,
I am trying to use cocoapods-binary-cache with bitrise CI. I am using cache-pull and cache-push steps in bitrise workflow. cocoapods-binary-cache fetches the pods from the GitHub repo where binary version of pods are stored but it still compiles the pods. I cannot find any speed improvement by using cocoapods-binary-cache (as still the pods are compiled).
My understanding is that it should not compile the pods again. Am I missing something?
The text was updated successfully, but these errors were encountered: