cocoapods-binary icon indicating copy to clipboard operation
cocoapods-binary copied to clipboard

Issue with bitrise integration

Open ManaliSingh27 opened this issue 4 years ago • 1 comments

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?

ManaliSingh27 avatar Feb 08 '22 19:02 ManaliSingh27

Hey,

its related to Bitrise cache plugins way of working. Please check blog post

aligermiyanoglu avatar Feb 26 '23 02:02 aligermiyanoglu