We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When running pod install I kept receiving this error:
pod install
Traceback (most recent call last): 4: from /Users/xyz/.rvm/gems/ruby-2.7.5/bin/ruby_executable_hooks:22:in `<main>' 3: from /Users/xyz/.rvm/gems/ruby-2.7.5/bin/ruby_executable_hooks:22:in `eval' 2: from /Users/xyz/.rvm/gems/ruby-2.7.5/bin/pod:25:in `<main>' 1: from /Users/xyz/.rvm/rubies/ruby-2.7.5/lib/ruby/site_ruby/2.7.0/rubygems.rb:284:in `activate_bin_path' /Users/xyz/.rvm/rubies/ruby-2.7.5/lib/ruby/site_ruby/2.7.0/rubygems.rb:265:in `find_spec_for_exe': can't find gem cocoapods (>= 0.a) with executable pod (Gem::GemNotFoundException)
The solution was to run bundle install from root. I guess this step should be added to the Readme.
bundle install
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When running
pod install
I kept receiving this error:The solution was to run
bundle install
from root. I guess this step should be added to the Readme.The text was updated successfully, but these errors were encountered: