Ruby gem命令crash shell Fastlane & Cocoapods

eqzww0vc  于 5个月前  发布在  Ruby
关注(0)|答案(1)|浏览(59)

我有问题运行fastlane和cocoapods一个月了。你知道是什么问题吗?尝试RVM,改变版本等,但没有任何工作。
我重新安装了fastlane,然后cocopoda又开始工作了。现在fastlane不工作,错误如下。

It seems like you wanted to load some plugins, however they couldn't be loaded
[22:05:14]: Please follow the troubleshooting guide: https://docs.fastlane.tools/plugins/plugins-troubleshooting/
Traceback (most recent call last):
    8: from /usr/local/bin/fastlane:23:in `<main>'
    7: from /usr/local/bin/fastlane:23:in `load'
    6: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.170.0/bin/fastlane:23:in `<top (required)>'
    5: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.170.0/fastlane/lib/fastlane/cli_tools_distributor.rb:119:in `take_off'
    4: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.170.0/fastlane/lib/fastlane/commands_generator.rb:41:in `start'
    3: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.170.0/fastlane/lib/fastlane/commands_generator.rb:352:in `run'
    2: from /Library/Ruby/Gems/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/delegates.rb:15:in `run!'
    1: from /Library/Ruby/Gems/2.6.0/gems/fastlane-2.170.0/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:50:in `run!'
/Library/Ruby/Gems/2.6.0/gems/commander-fastlane-4.4.6/lib/commander/runner.rb:411:in `parse_global_options': ambiguous option: --v (OptionParser::AmbiguousOption)

字符串

ldioqlga

ldioqlga1#

我看不出你是如何调用Fastlane的。也就是说,可能你运行的是fastlane --v而不是fastlane -v

$ fastlane --help
...
-v, --version        Display version information

字符串

相关问题