leavez / cocoapods-binary

integrate pods in form of prebuilt frameworks conveniently, reducing compile time
MIT License
1.3k stars 207 forks source link

Issue with bitrise integration #158

Open ManaliSingh27 opened 2 years ago

ManaliSingh27 commented 2 years ago

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?

aligermiyanoglu commented 1 year ago

Hey,

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