• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Problems with Xcode build settings and placement of output files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Problems with Xcode build settings and placement of output files


  • Subject: Re: Problems with Xcode build settings and placement of output files
  • From: James Moore <email@hidden>
  • Date: Fri, 21 Nov 2014 08:50:11 -0800

Richard, to solve your specific problem about the build products location you can do either of the following

1) build with xcodebuild and set an absolute path in the SYMROOT env var. Something like

xcodebuild -scheme yourScheme clean build SYMROOT=`pwd`/build

When you run that you’ll see that xcodebuild acknowledges your override with

Build settings from command line:
    SYMROOT = /Users/xxx/xxxx/xxxx/build


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.

James



Do not post admin requests to the list. They will be ignored. Xcode-users mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: This email sent to email@hidden
  • Follow-Ups:
    • Re: Problems with Xcode build settings and placement of output files
      • From: Richard Kennaway <email@hidden>
References: 
 >Problems with Xcode build settings and placement of output files (From: Richard Kennaway <email@hidden>)

  • Prev by Date: Problems with Xcode build settings and placement of output files
  • Next by Date: Re: Problems with Xcode build settings and placement of output files
  • Previous by thread: Problems with Xcode build settings and placement of output files
  • Next by thread: Re: Problems with Xcode build settings and placement of output files
  • Index(es):
    • Date
    • Thread