2

Is there anyway to choose where to place the XCode build (.app and dSYM files).

I want to place the .app and the dSYM file in a folder together with the XCode project.

Is there any way to do this other than manually moving the files?

Shravya Boggarapu
  • 572
  • 1
  • 7
  • 23
  • OK, on further searching, these links helped me http://stackoverflow.com/questions/4233581/xcode-4-build-output-directory http://stackoverflow.com/questions/5331270/why-doesnt-xcode-4-create-any-products – Shravya Boggarapu Mar 04 '15 at 05:21

2 Answers2

2

May be you can check this link it may be useful Also

Xcode 4 - build output directory

Community
  • 1
  • 1
Mohammad Sadiq Shaikh
  • 3,160
  • 9
  • 35
  • 54
0

In Xcode, try Preferences->Locations->Derived Data

Click on the Derived Data pull down and pick Custom

Ekta Padaliya
  • 5,743
  • 3
  • 39
  • 51
jmf1205
  • 437
  • 6
  • 23