Cocoapods version set in eas.json not used

I have been trying to use Cocoapods 1.12.0 with was build by setting it in the eas.json file.

It is apparently correctly installed during the “Install custom tools” step:

Installing CocoaPods 1.12.0
Gem 'cocoapods' is not installed
Successfully installed rexml-3.2.5
Successfully installed nanaimo-0.3.0
Successfully installed colored2-3.1.2
Successfully installed claide-1.1.0
Successfully installed CFPropertyList-3.0.6
Successfully installed atomos-0.1.3
Successfully installed xcodeproj-1.22.0
Successfully installed ruby-macho-2.5.1
Successfully installed nap-1.1.0
Successfully installed molinillo-0.8.0
Successfully installed gh_inspector-1.1.3
Successfully installed fourflusher-2.3.1
Successfully installed escape-0.0.4
Successfully installed cocoapods-try-1.2.0
Successfully installed netrc-0.11.0
Successfully installed cocoapods-trunk-1.6.0
Successfully installed cocoapods-search-1.0.1
Successfully installed cocoapods-plugins-1.0.0
Successfully installed cocoapods-downloader-1.6.3
Successfully installed cocoapods-deintegrate-1.0.5
Building native extensions. This could take a while...
Successfully installed ffi-1.15.5
Successfully installed ethon-0.16.0
Successfully installed typhoeus-1.4.0
Successfully installed public_suffix-4.0.7
Successfully installed fuzzy_match-2.0.4
Successfully installed concurrent-ruby-1.2.2
Successfully installed httpclient-2.8.3
A new major version is available for Algolia! Please now use the https://rubygems.org/gems/algolia gem to get the latest features.
Successfully installed algoliasearch-1.27.5
Successfully installed addressable-2.8.1
Successfully installed tzinfo-2.0.6
Successfully installed i18n-1.12.0
Successfully installed activesupport-7.0.4.3
Successfully installed cocoapods-core-1.12.0
Successfully installed cocoapods-1.12.0
34 gems installed

But then, pod install seems to be using the version from the image. I used the pre-install hook to print pod --version and it shows “1.11.3” which is the same version as the one in “Spin Up Build Environment” step.

Am I missing something? Thank you.

Config:

  • Bare workflow
  • eas-cli@3.8.1
  • Using image macos-monterey-12.6-xcode-14.2 on m-medium resource class

Hi,

Thanks for reporting this issue. It was a bug on our end. The fix is already deployed and everything should work fine now. Please let me know if you have any more questions or issues.

2 Likes

This topic was automatically closed 20 days after the last reply. New replies are no longer allowed.