So new 1.60 version changed a bit how bitrise figuring out what version of cocoapods is needed.
Is there a way to call "bundle install" instead of "pod install" ?
Because at this momen I have scripts that have required gems. Previously this step did download them because it did calls bundle "install" "--jobs" "20" "--retry" "5", but now it is pod "_1.1.1_" "install" "--no-repo-update" "--verbose"
Is there a way to override this setting?
So new 1.60 version changed a bit how bitrise figuring out what version of cocoapods is needed. Is there a way to call "bundle install" instead of "pod install" ?
Because at this momen I have scripts that have required gems. Previously this step did download them because it did calls
bundle "install" "--jobs" "20" "--retry" "5"
, but now it ispod "_1.1.1_" "install" "--no-repo-update" "--verbose"
Is there a way to override this setting?