DeployGate / deploygate-cli

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

Commands::Deploy Error: RuntimeError #248

Closed ekscrypto closed 5 years ago

ekscrypto commented 6 years ago

Status

deploygate-cli ver 0.6.6

Error message

Unsupported workspace file reference type self

Backtrace

/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.5.7/lib/xcodeproj/workspace/file_reference.rb:81:in `absolute_path'
/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.5.7/lib/xcodeproj/workspace.rb:195:in `block in load_schemes'
/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.5.7/lib/xcodeproj/workspace.rb:194:in `each'
/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.5.7/lib/xcodeproj/workspace.rb:194:in `load_schemes'
/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.5.7/lib/xcodeproj/workspace.rb:85:in `from_s'
/Library/Ruby/Gems/2.3.0/gems/xcodeproj-1.5.7/lib/xcodeproj/workspace.rb:66:in `new_from_xcworkspace'
/Library/Ruby/Gems/2.3.0/gems/fastlane-2.94.0/fastlane_core/lib/fastlane_core/project.rb:106:in `workspace'
/Library/Ruby/Gems/2.3.0/gems/fastlane-2.94.0/fastlane_core/lib/fastlane_core/project.rb:120:in `schemes'
/Library/Ruby/Gems/2.3.0/gems/deploygate-0.6.6/lib/deploygate/xcode/analyze.rb:29:in `initialize'
/Library/Ruby/Gems/2.3.0/gems/deploygate-0.6.6/lib/deploygate/commands/deploy/build.rb:38:in `new'
/Library/Ruby/Gems/2.3.0/gems/deploygate-0.6.6/lib/deploygate/commands/deploy/build.rb:38:in `ios'
/Library/Ruby/Gems/2.3.0/gems/deploygate-0.6.6/lib/deploygate/commands/deploy/build.rb:22:in `run'
/Library/Ruby/Gems/2.3.0/gems/deploygate-0.6.6/lib/deploygate/commands/deploy.rb:16:in `run'
/Library/Ruby/Gems/2.3.0/gems/deploygate-0.6.6/lib/deploygate/command_builder.rb:70:in `block (2 levels) in run'
/Library/Ruby/Gems/2.3.0/gems/commander-4.4.6/lib/commander/command.rb:182:in `call'
/Library/Ruby/Gems/2.3.0/gems/commander-4.4.6/lib/commander/command.rb:153:in `run'
/Library/Ruby/Gems/2.3.0/gems/commander-4.4.6/lib/commander/runner.rb:446:in `run_active_command'
/Library/Ruby/Gems/2.3.0/gems/commander-4.4.6/lib/commander/runner.rb:71:in `run!'
/Library/Ruby/Gems/2.3.0/gems/commander-4.4.6/lib/commander/delegates.rb:15:in `run!'
/Library/Ruby/Gems/2.3.0/gems/deploygate-0.6.6/lib/deploygate/command_builder.rb:128:in `run'
/Library/Ruby/Gems/2.3.0/gems/deploygate-0.6.6/bin/dg:6:in `<top (required)>'
/usr/local/bin/dg:22:in `load'
/usr/local/bin/dg:22:in `<main>'
ekscrypto commented 6 years ago

Xcode 10 beta 6 - swift project

henteko commented 5 years ago

Thank you feedback! Fixed this on #262