xcode4 - Xcode 4: how to set the build location for OSX command line application only? -


by default xcode 4 compile , put final executable in ~/library/developer/xcode/deriveddata/ directory.

i happy use location ios app, can change setting on per project basis when write osx command line app? (i.e. not want modify xcode-> preference-> location because applied globally)

yes can.

  1. goto project navigator (command + 1)
  2. file -> project settings...
  3. under "build" tab's second section, titled "build location", desire fields configure.

Comments