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

Cannot install plugin #10

Open
slavdok opened this issue Mar 10, 2023 · 0 comments
Open

Cannot install plugin #10

slavdok opened this issue Mar 10, 2023 · 0 comments

Comments

@slavdok
Copy link

slavdok commented Mar 10, 2023

After running fastlane add_plugin match_keystore, I verified that it added gem 'fastlane-plugin-match_keystore' to the Pluginfile and fastlane-plugin-match_keystore (0.2.1) to Gemfile.lock

However when I try to use it on command line with fastlane match_keystore there is an error:

Error loading plugin 'fastlane-plugin-match_keystore': cannot load such file -- pry
Did you mean?  pty
[!] Could not find 'match_keystore'. Available lanes: <blah blah blah>

Running fastlane action match_keystore gives:

Error loading plugin 'fastlane-plugin-match_keystore': cannot load such file -- pry
Did you mean?  pty
Loading documentation for match_keystore:
Couldn't find action for the given filter.
==========================================

Actually trying to use match_keystore inside a lane produces:

Plugin 'match_keystore' was not properly loaded, make sure to follow the plugin docs for troubleshooting: https://docs.fastlane.tools/plugins/plugins-troubleshooting/
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

1 participant