Cocoapod install not using the correct version

Starting from May 12th the cocoapods install step won’t use the correct version. The podfile.lock is set to 1.4.0 and the cocoapods build step also has the version set as 1.4.0, but the build is still trying to use the latest version (1.5.2)

1 Like

Just an update, it seems that adding Gemfile.lock fixed the issue. I’m wondering why this wasn’t required before, but not as urgently since we have a solution now.

Hi @dkasper,
thanks for the report! Could you please share both the failed and working build’s url?

1 Like

This topic was automatically closed after 14 days. New replies are no longer allowed.