bitrise-steplib / steps-cocoapods-install

MIT License
23 stars 18 forks source link

Wrong version of Cocoapods is being installed. #51

Closed JayCantyEMoney closed 4 years ago

JayCantyEMoney commented 4 years ago

From your docs, you state that you match Podfile.lock version and install that version of Cocoapods. I have seen this a few times and it breaks our deploys....

In our Podfile.lock;

COCOAPODS: 1.8.0

From your logs;

Required CocoaPods version (from Podfile.lock): 1.8.4

The versions are not matching.

I had a problem locally where if I had 2 versions of Cocoapod gems, it would use the latest. Is that perhaps the issue?

JayCantyEMoney commented 4 years ago

Update:

There is no bug in the cocoapods step. Further investigation is showing a previous Install Fastlane step is altering my Podfile.lock.

Sorry.