Run CocoaPods install Step failing

Hi,

I have just started using Bitrise for iOS app build. I have used a step “Run CocoaPods install” which failing with error below

Using Podfile: /Users/vagrant/git/$$$$$$$$/ios/Podfile

Determining required cocoapods version

Searching for Podfile.lock

Found Podfile.lock: /Users/vagrant/git/$$$$$$$$/ios/Podfile.lock

Required CocoaPods version (from Podfile.lock): 1.11.3

Searching for gem lockfile with cocoapods gem

No gem lockfile with cocoapods gem found at:

Using system installed CocoaPods version

Check selected Ruby is installed

failed to check installed ruby version, rbenv: version `2.7.4’ is not installed (set by /Users/vagrant/git/$$$$$$$$/.ruby-version) error: exit status 1

Ruby 2.7.4 is not installed

$ rbenv “install” “2.7.4”

Downloading openssl-1.1.1n.tar.gz…

https://dqw8nmjcqpjn7.cloudfront.net/40dceb51a4f6a5275bde0e6bf20ef4b91bfc32ed57c0552e2e8e15463372b17a

Installing openssl-1.1.1n…

Installed openssl-1.1.1n to /Users/vagrant/.rbenv/versions/2.7.4

Downloading ruby-2.7.4.tar.bz2…

https://cache.ruby-lang.org/pub/ruby/2.7/ruby-2.7.4.tar.bz2

Installing ruby-2.7.4…

ruby-build: using readline from homebrew

Installed ruby-2.7.4 to /Users/vagrant/.rbenv/versions/2.7.4

Installing cocoapods

Checking cocoapods 1.11.3 gem

Installed

cocoapods version:

$ pod “1.11.3” “–version”

rbenv: pod: command not found

The `pod’ command exists in these Ruby versions:

2.6.9

command failed, error: exit status 127

I just wanted a step for pod install. Any suggestions would be really helpfull.
Thanks

2 Likes

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