Luke Redpath
Luke Redpath
Mimic can do this for you. For more information, see my response to Matt's StackOverflow question.
I've just run into this problem as well. We're trying to use a fork of the yajl-ruby project which has native extensions. We were using the :git option to point...
Thanks for this. It needs a bit of tidying up IMO and some refactoring too (I'm sure I can refactor out the manifest generation) but I'll definitely be merging this...
Have you configured the build location in your Rake file? `config.build_dir = :derived ` This will become the default in 0.8 (Xcode 3 support is deprecated but will not be...
Yes, I'm seeing this too. This appears to be an issue with xcodebuild though, not betabuilder. What problem is this causing you?
OK, something odd is definitely going on because xcodebuild _should_ be using the derived data location and I'm sure it used to. I'm looking into this now.
It seems that if you specify a -project and -target using xcodebuild, it builds to PROJECT_DIR/build but if you specify the workspace (all projects have an implicit workspace in YourProject.xcodeproj/project.xcworkspace)...
Can you try configuring your betabuilder rake task to use a workspace/scheme and let me know if that works.
Try removing the target setting, wiping the build dir then running again. Check that it's no longer using a build dir.
@lukabernardi - could you confirm if this works for you? If so I'll get a point release out ASAP. Ultimately, the fix would be to find a more reliable way...