Skip to content
New issue

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

Error loading plugin 'fastlane-plugin-appicon' #52

Open
karltaylor opened this issue Jul 31, 2019 · 5 comments
Open

Error loading plugin 'fastlane-plugin-appicon' #52

karltaylor opened this issue Jul 31, 2019 · 5 comments

Comments

@karltaylor
Copy link

karltaylor commented Jul 31, 2019

When I run this through my Bitrise CI enviroment I get the following error...

Error loading plugin 'fastlane-plugin-appicon': Unable to activate fastlane-plugin-appicon-0.14.1, because mini_magick-4.5.1 conflicts with mini_magick (>= 4.9.4, < 5.0.0)

I ran fastlane update_plugins locally but it didn't change anything. Is this something I should run in CI?

Any ideas?

@udeysri
Copy link

udeysri commented Aug 9, 2019

Exact same issue here , any help on this ?

@fortydegrees
Copy link

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]

@shnaz
Copy link

shnaz commented Nov 29, 2019

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

@simonheys
Copy link

gem update fixed this for me

@karltaylor
Copy link
Author

karltaylor commented Nov 29, 2019

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 🤷‍♂️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants