Cocoapods caching is not working.
Description of the issue
workflow is set as the documentation expects but the caching on bitrise is not happening it always ends up downloading the pods on every single build, I tested the workflow locally with the same bitrise.yml and the same branch of the project and it works.
Environment:
Bitrise io
Which build Step causes the issue and which version of the step?
- cocoapods-install@1.5.3:
inputs:
- is_update_cocoapods: āfalseā
- is_cache_disabled: āfalseā
Reproducibility
- _Does a āRebuildā help? : NO
- Does the issue happen sporadically, or every time? : Every time
Local reproduction
cannot be reproduced locally, locally is the only place where itĀ“s working.