Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

config.build_dir is ignored for xcworkspace in Xcode4.4 #48

Open
matzew opened this issue Aug 28, 2012 · 0 comments
Open

config.build_dir is ignored for xcworkspace in Xcode4.4 #48

matzew opened this issue Aug 28, 2012 · 0 comments

Comments

@matzew
Copy link

matzew commented Aug 28, 2012

Having a CocoaPods based project (https://github.com/aerogear/aerogear-ios) and did use the following Rakefile to build it:

    require 'rubygems'
require 'betabuilder'

BetaBuilder::Tasks.new do |config|
  # your Xcode target name
  config.target = "AeroGear-iOS"
  config.configuration = "Release" 
  config.build_dir = "buildDir"

  # the Xcode configuration profile
  config.workspace_path = "AeroGear-iOS.xcworkspace"
  config.scheme         = "AeroGear-iOS"
  ##config.app_name       = "MyApp"

end

But it looks like the build_dir is ignored...

...
BUILD:OUTPUT....
...
/bin/sh -c /Users/wessi/Library/Developer/Xcode/DerivedData/
...
** BUILD SUCCEEDED **

It is using the build location from 'File->Workspace Settings..' entry

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant