DeployGate / deploygate-cli

A command-line interface for DeployGate
https://deploygate.com
Other
42 stars 9 forks source link

Commands::Deploy Error: NoMethodError #236

Closed YoshioKimura closed 5 years ago

YoshioKimura commented 6 years ago

Status

deploygate-cli ver 0.6.4

Error message

undefined method `build_configuration_list' for nil:NilClass

Backtrace

/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/deploygate-0.6.4/lib/deploygate/xcode/analyze.rb:145:in `target_build_configration'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/deploygate-0.6.4/lib/deploygate/xcode/analyze.rb:91:in `target_xcode_setting_provisioning_profile_uuid'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/deploygate-0.6.4/lib/deploygate/commands/deploy/build.rb:50:in `ios'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/deploygate-0.6.4/lib/deploygate/commands/deploy/build.rb:22:in `run'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/deploygate-0.6.4/lib/deploygate/commands/deploy.rb:16:in `run'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/deploygate-0.6.4/lib/deploygate/command_builder.rb:70:in `block (2 levels) in run'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/commander-4.4.5/lib/commander/command.rb:182:in `call'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/commander-4.4.5/lib/commander/command.rb:153:in `run'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/commander-4.4.5/lib/commander/runner.rb:446:in `run_active_command'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/fastlane-2.57.2/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:64:in `run!'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/commander-4.4.5/lib/commander/delegates.rb:15:in `run!'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/deploygate-0.6.4/lib/deploygate/command_builder.rb:128:in `run'
/Users/kimurayoshio/.rbenv/versions/2.3.1/lib/ruby/gems/2.3.0/gems/deploygate-0.6.4/bin/dg:6:in `<top (required)>'
/Users/kimurayoshio/.rbenv/versions/2.3.1/bin/dg:23:in `load'
/Users/kimurayoshio/.rbenv/versions/2.3.1/bin/dg:23:in `<main>'
henteko commented 5 years ago

Please try this issue the quick fix. https://github.com/DeployGate/deploygate-cli/issues/263