Igor
Igor

Reputation: 6285

What option in XCode needs to be changed

ALL, I'm working with XCode 4.2 on Snow Leopard to build a custom application. It is not intended to be put on the Apple Store. The question I have is: what option I need to change in order to place the resulting bundle in my home directory and not to the XCode default place?

Thank you.

Upvotes: 0

Views: 31

Answers (1)

DrummerB
DrummerB

Reputation: 40221

Go to Xcode > Preferences > Locations.

There you can change the path of the derived data. You can change the location of all your projects' derived data or use the Advanced option to be able to set the location for your targets separately using target settings.

enter image description here

Upvotes: 2

Related Questions