Closed GeneralNews closed 8 years ago
I'm also experiencing this problem. Please advise.
/Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/lib/deliver/options.rb:27:in `new': unknown keywords: conflicting_options, conflict_block (ArgumentError)
from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/lib/deliver/options.rb:27:in `available_options'
from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/lib/deliver/commands_generator.rb:27:in `run'
from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/lib/deliver/commands_generator.rb:12:in `start'
from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/bin/deliver:5:in `<top (required)>'
from /usr/local/bin/deliver:23:in `load'
from /usr/local/bin/deliver:23:in `<main>'
@patrykmol @GeneralNews Could you update using sudo gem update fastlane_core
or bundle update
if you're using bundler
and let me know if that fixes the problem?
Works now. Thanks. :+1:
This issue was migrated to https://github.com/fastlane/fastlane/issues/2123. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
Hi there,
I encountered an issue once I installed v1.8.0.
I am unable to now receive meta data using the command "deliver init" - Terminal responses with...
Fastlane jamesbrown$ deliver init /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/lib/deliver/options.rb:27:in'
new': unknown keywords: conflicting_options, conflict_block (ArgumentError) from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/lib/deliver/options.rb:27:in
available_options' from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/lib/deliver/commands_generator.rb:27:inrun' from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/lib/deliver/commands_generator.rb:12:in
start' from /Library/Ruby/Gems/2.0.0/gems/deliver-1.8.0/bin/deliver:5:in<top (required)>' from /usr/local/bin/deliver:23:in
load' from /usr/local/bin/deliver:23:in `I tried uninstalling Deliver and reinstalling however the issue still occurs.
Any help would be really appreciated.