Giter Site home page Giter Site logo

Comments (5)

simonheys avatar simonheys commented on May 5, 2024 2

gem update fixed this for me

from fastlane-plugin-appicon.

udayasri avatar udayasri commented on May 5, 2024

Exact same issue here , any help on this ?

from fastlane-plugin-appicon.

fortydegrees avatar fortydegrees commented on May 5, 2024

Same. It's maddening

Updating plugin dependencies...
Installing locked Bundler version 2.0.2...
Installing the inferred bundler version (= 2.0.2) failed.
If you'd like to update to the current bundler version (1.14.6) in this project, run bundle update --bundler.
The error was: bundler requires Ruby version >= 2.3.0.
david@Davids-MacBook-Pro-2 ios % bundler -v
Bundler version 2.0.2
david@Davids-MacBook-Pro-2 ios % ruby -v
ruby 2.6.3p62 (2019-04-16 revision 67580) [universal.x86_64-darwin19]

from fastlane-plugin-appicon.

shnaz avatar shnaz commented on May 5, 2024

I have same issue, I had to stop using the plugin entirely(removed form fastlane/PluginFile). :/

from fastlane-plugin-appicon.

karltaylor avatar karltaylor commented on May 5, 2024

I just had to redo this because I had fastlane installed and installed via brew so I just started from kind of started-from-scratch...

I installed Ruby from homebrew as it's safer than using the one that is shipped with Mac.

brew install ruby

# You will then want to add the new ruby path to your bash_profile.

# You can use ~/.bash_profile or ~/.zshrc depending on what shell you are using.
echo 'export PATH="/usr/local/opt/ruby/bin:$PATH"' >> ~/.zshrc

# You then need to source this new file, or close & re-open the terminal.
source ~/.zshrc

Then I installed bundler:

gem install bundler

Then I did

cd ios && bundle install

And then magically, it worked 🤷‍♂️

from fastlane-plugin-appicon.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.