How can a build script figure where xcodebuild places the resulting application when calling xcodebuild -scheme MyScheme archive ?
I understand that you can control the location via Xcode preferences but I would actually like to be able to specify this in the command line for my build script while keeping the default build location during development.
xcodebuild archive. I am trying to find out to control the same thing and am not having any luck. I have looked here: developer.apple.com/library/mac/#documentation/DeveloperTools/… ... but it hasn't helped, even though it seems like a good place for such info.