Luca Bernardi

Results 9 comments of Luca Bernardi

Yes, but the problem seems regarding the xcodebuild command. If i execute the plain `xcodebuild -target 'Test' -configuration 'Ad-Hoc' -sdk iphoneos build` i've got the same issue

`rake beta:archive` fail because it can't parse the build output.

This is my config: ``` require 'rubygems' require 'betabuilder' BetaBuilder::Tasks.new do |config| config.target = "Test" config.configuration = "Ad-Hoc" config.build_dir = :derived config.xcode4_archive_mode = true config.workspace_path = "Test.xcodeproj/project.xcworkspace" config.scheme = "Test"...

I forget to mention the fact that, as you pointed out, using the workspace/scheme xcodebuild output in the derived data directory. I've removed the target settings but still got error....

this is the output with --trace enabled Archiving build... rake aborted! Cannot parse build_dir from build output. /Library/Ruby/Gems/1.8/gems/betabuilder-0.7.4.1/lib/beta_builder.rb:93:in `derived_build_dir_from_build_output' /Library/Ruby/Gems/1.8/gems/betabuilder-0.7.4.1/lib/beta_builder.rb:80:in`built_app_path' /Library/Ruby/Gems/1.8/gems/betabuilder-0.7.4.1/lib/beta_builder/archived_build.rb:60:in `save_to' /Library/Ruby/Gems/1.8/gems/betabuilder-0.7.4.1/lib/beta_builder.rb:174:in`define' /Library/Ruby/Gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:205:in `call' /Library/Ruby/Gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:205:in`execute' /Library/Ruby/Gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:200:in `each' /Library/Ruby/Gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:200:in`execute' /Library/Ruby/Gems/1.8/gems/rake-0.9.2.2/lib/rake/task.rb:158:in...

Any news? Can you reproduce the issue?

I confirm that now works fine. Thanks!

Any news about this issue? When this fix will be integrated in the master branch?