You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/
The text was updated successfully, but these errors were encountered:
After running
fastlane add_plugin match_keystore
, I verified that it addedgem 'fastlane-plugin-match_keystore'
to thePluginfile
andfastlane-plugin-match_keystore (0.2.1)
toGemfile.lock
However when I try to use it on command line with
fastlane match_keystore
there is an error:Running
fastlane action match_keystore
gives:Actually trying to use
match_keystore
inside a lane produces:The text was updated successfully, but these errors were encountered: