On 21 Nov 2014, at 16:50, James Moore <[email protected]> wrote: > 2) In Xcode->prefs->locations->advanced you can select “Legacy” and by > default your build products will be placed in $(SRCROOT)/build > > It sounds like this legacy settings is really what you want. If you use Xcode > 5 you’ll need to make the same change.
Thanks. I decided that Legacy sounded precarious and went with Custom/Relative to Workspace. That fixes the problem. What is the intended use of the Default setting? For this project, some of the libraries it builds have to be accessed by shell scripts to build into other things outside of Xcode, which won't work unless they're at fixed places relative to the workspace. But even if I was just building a plain application, what is the normal way in Xcode6 to get it out of the uniquely generated directory in /Users/rk/Library/Developer/Xcode/DerivedData/ and into, say, the Applications folder? None of this stuff is intended for the App Store, if that matters. -- Richard Kennaway [email protected], [email protected] http://www.cmp.uea.ac.uk/~jrk/ School of Computing Sciences, University of East Anglia, Norwich NR4 7TJ, U.K. _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
