DeployGate / deploygate-cli

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

Commands::AddDevices Error: FastlaneCore::Interface::FastlaneBuildFailure #184

Closed thepinyo closed 5 years ago

thepinyo commented 7 years ago

Status

deploygate-cli ver 0.6.0

Error message

Error building the application - see the log above

Backtrace

/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.35.1/fastlane_core/lib/fastlane_core/ui/interface.rb:153:in `build_failure!'
/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.35.1/fastlane_core/lib/fastlane_core/ui/ui.rb:14:in `method_missing'
/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.35.1/gym/lib/gym/error_handler.rb:58:in `handle_build_error'
/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.35.1/gym/lib/gym/runner.rb:106:in `block in build_app'
/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.35.1/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.35.1/gym/lib/gym/runner.rb:102:in `build_app'
/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.35.1/gym/lib/gym/runner.rb:12:in `run'
/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.35.1/gym/lib/gym/manager.rb:14:in `work'
/usr/local/lib/ruby/gems/2.4.0/gems/deploygate-0.6.0/lib/deploygate/xcode/ios.rb:31:in `build'
/usr/local/lib/ruby/gems/2.4.0/gems/deploygate-0.6.0/lib/deploygate/commands/deploy/build.rb:56:in `ios'
/usr/local/lib/ruby/gems/2.4.0/gems/deploygate-0.6.0/lib/deploygate/commands/deploy/build.rb:22:in `run'
/usr/local/lib/ruby/gems/2.4.0/gems/deploygate-0.6.0/lib/deploygate/commands/add_devices.rb:71:in `build!'
/usr/local/lib/ruby/gems/2.4.0/gems/deploygate-0.6.0/lib/deploygate/commands/add_devices.rb:57:in `device_register'
/usr/local/lib/ruby/gems/2.4.0/gems/deploygate-0.6.0/lib/deploygate/commands/add_devices.rb:29:in `run'
/usr/local/lib/ruby/gems/2.4.0/gems/deploygate-0.6.0/lib/deploygate/command_builder.rb:90:in `block (2 levels) in run'
/usr/local/lib/ruby/gems/2.4.0/gems/commander-4.4.3/lib/commander/command.rb:178:in `call'
/usr/local/lib/ruby/gems/2.4.0/gems/commander-4.4.3/lib/commander/command.rb:153:in `run'
/usr/local/lib/ruby/gems/2.4.0/gems/commander-4.4.3/lib/commander/runner.rb:446:in `run_active_command'
/usr/local/lib/ruby/gems/2.4.0/gems/fastlane-2.35.1/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:38:in `run!'
/usr/local/lib/ruby/gems/2.4.0/gems/commander-4.4.3/lib/commander/delegates.rb:15:in `run!'
/usr/local/lib/ruby/gems/2.4.0/gems/deploygate-0.6.0/lib/deploygate/command_builder.rb:127:in `run'
/usr/local/lib/ruby/gems/2.4.0/gems/deploygate-0.6.0/bin/dg:6:in `<top (required)>'
/usr/local/bin/dg:22:in `load'
/usr/local/bin/dg:22:in `<main>'
henteko commented 5 years ago

I think this error has failed to build the source code. Please make sure that you can build success on Xcode.