-
Notifications
You must be signed in to change notification settings - Fork 48
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
Comments
Exact same issue here , any help on this ? |
Same. It's maddening Updating plugin dependencies... |
I have same issue, I had to stop using the plugin entirely(removed form fastlane/PluginFile). :/ |
|
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 🤷♂️ |
When I run this through my Bitrise CI enviroment I get the following error...
I ran
fastlane update_plugins
locally but it didn't change anything. Is this something I should run in CI?Any ideas?
The text was updated successfully, but these errors were encountered: