Crash when running fastlane without parameters
$ fastlane
/Library/Ruby/Gems/2.0.0/gems/fastlane-1.88.0/lib/fastlane/cli_tools_distributor.rb:17:in `take_off': undefined method `downcase' for nil:NilClass (NoMethodError)
from /Library/Ruby/Gems/2.0.0/gems/fastlane-1.88.0/bin/fastlane:5:in `<top (required)>'
from /usr/local/bin/fastlane:23:in `load'
from /usr/local/bin/fastlane:23:in `<main>'
Please copy the complete content of your Fastfile
and any other configuration files you use below:
Fastfile: not relevant
fastlane version (run fastlane -v
): fastlane 1.88.0
Do you use bundler to execute fastlane (i.e. bundle exec fastlane
)? no
Do you use a Ruby environment manager (e.g. chruby
, rbenv
, rvm
)? rbenv
@sebasbad Thanks for the report! I've been able to reproduce and will work on a fix!
This will be in fastlane 1.89.0
Thank you ! 馃憤
Most helpful comment
Thank you ! 馃憤