Separate build directory using xcodebuild
问题 The man page for xcodebuild reads: Run xcodebuild from the directory containing your project (i.e. the directory containing the projectname.xcodeproj package). I would like to keep my source directory (which is a Subversion external) clean and unmodified, and build my object files and executables to a location completely outside of the source directory. Is there any way to build into a separate build directory from a terminal using xcodebuild like you can do with make tools or even msbuild on