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 with bitrise CI. I am using cache-pull and cache-push steps in bitrise workflow. cocoapods-binary creates Pods/_Prebuild in the cache with the binary versions of pod. But when I rebuild the app again, it continues to prebuild and install the pods again and compile the pods (ignoring the contents of cache).
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:
Hi,
I am trying to use cocoapods-binary with bitrise CI. I am using cache-pull and cache-push steps in bitrise workflow. cocoapods-binary creates Pods/_Prebuild in the cache with the binary versions of pod. But when I rebuild the app again, it continues to prebuild and install the pods again and compile the pods (ignoring the contents of cache).
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: