DeployGate / deploygate-cli

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

Commands::Deploy Error: FastlaneCore::Interface::FastlaneBuildFailure #217

Closed Tsunehiko511 closed 6 years ago

Tsunehiko511 commented 6 years ago

Unityで開発しています。 アプリを更新しようと思ってdeployしたところ,以下のエラーが出ました。

Status

deploygate-cli ver 0.6.3

Error message

Error packaging up the application

Backtrace

/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/fastlane_core/lib/fastlane_core/ui/interface.rb:153:in `build_failure!'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/fastlane_core/lib/fastlane_core/ui/ui.rb:14:in `method_missing'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/gym/lib/gym/error_handler.rb:109:in `handle_package_error'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/gym/lib/gym/runner.rb:114:in `block in package_app'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `call'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/fastlane_core/lib/fastlane_core/command_executor.rb:88:in `execute'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/gym/lib/gym/runner.rb:110:in `package_app'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/gym/lib/gym/runner.rb:20:in `run'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/gym/lib/gym/manager.rb:14:in `work'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/deploygate-0.6.3/lib/deploygate/xcode/ios.rb:39:in `build'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/deploygate-0.6.3/lib/deploygate/commands/deploy/build.rb:64:in `ios'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/deploygate-0.6.3/lib/deploygate/commands/deploy/build.rb:22:in `run'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/deploygate-0.6.3/lib/deploygate/commands/deploy.rb:16:in `run'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/deploygate-0.6.3/lib/deploygate/command_builder.rb:70:in `block (2 levels) in run'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/commander-4.4.4/lib/commander/command.rb:178:in `call'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/commander-4.4.4/lib/commander/command.rb:178:in `call'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/commander-4.4.4/lib/commander/command.rb:153:in `run'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/commander-4.4.4/lib/commander/runner.rb:446:in `run_active_command'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/fastlane-2.57.2/fastlane_core/lib/fastlane_core/ui/fastlane_runner.rb:64:in `run!'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/commander-4.4.4/lib/commander/delegates.rb:15:in `run!'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/deploygate-0.6.3/lib/deploygate/command_builder.rb:128:in `run'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/lib/ruby/gems/2.2.0/gems/deploygate-0.6.3/bin/dg:6:in `<top (required)>'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/bin/dg:23:in `load'
/Users/shimadzutsunehiko/.rbenv/versions/2.2.4/bin/dg:23:in `<main>'
Tsunehiko511 commented 6 years ago

ターミナルでの文章

黄色文字にログがあるようなので探ります。 2018-03-15 22 32 22

Tsunehiko511 commented 6 years ago

色々みてると「No space left on device」とありました。 容量が足りないのかな。 https://qiita.com/0x50/items/ecc6cfdbb8a3f0c0855f

Tsunehiko511 commented 6 years ago

xcodeのキャッシュを消せば通りました!

henteko commented 6 years ago

報告ありがとうございます!