skip to Main Content

Xcode – Installing Cocoapods via Ruby causes Error

I try to install Cocoapods like so sudo gem install cocoapods This is the output I get: Building native extensions. This could take a while... ERROR: Error installing cocoapods: ERROR: Failed to build gem native extension. current directory: /Library/Ruby/Gems/2.6.0/gems/ffi-1.14.2/ext/ffi_c /System/Library/Frameworks/Ruby.framework/Versions/2.6/usr/bin/ruby…

VIEW QUESTION

bundle exec jekyll serve: cannot load such file – SEO

I am trying to contribute to a Github Page/Jekyll site and want to be able to visualise changes locally but when I run bundle exec jekyll serve but I get this output: bundler: failed to load command: jekyll (/usr/local/lib/ruby/gems/3.0.0/bin/jekyll) /usr/local/lib/ruby/gems/3.0.0/gems/kramdown-1.17.0/lib/kramdown/parser/html.rb:10:in…

VIEW QUESTION

Gem::Gem Not Found Exception – Telegram API

My pull request keep failing on linters with this Ruby gem error: Run[ -f Gemfile ] && bundle --deployment gem install --no-document rspec:'~>3.0' shell: /bin/bash -e {0}/opt/hostedtoolcache/Ruby/2.6.6/x64/lib/ruby/2.6.0/rubygems.rb:283:in `find_spec_for_exe': Could not find 'bundler' (2.1.2) required by your /home/runner/work/Telegram_Inspirational_Bot/Telegram_Inspirational_Bot/Gemfile.lock. (Gem::GemNotFoundException) To update…

VIEW QUESTION
Back To Top
Search