View Single Post
Hi,

As of now the application is creating in xcode installed directory but i wanted to generate where the source code folder is present

/Users/Test123/Library/Developer/Xcode/DerivedData/SampleApp-grvhozpetocxeydhunkerdavnvqm/Build/Products/Debug -- Here its creating

but i wanted to create in following path

/Users/Test123/SampleAppSourceCode/Builds/MacOS/Debug/

So please suggest where should i do modify this?

I am using xcode 4.0, earlier with xcode 3.x it was fine.

Thanks.