• 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: Confusion with Project Info
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Confusion with Project Info


  • Subject: Re: Confusion with Project Info
  • From: Dario Accornero <email@hidden>
  • Date: Tue, 28 Oct 2003 00:19:26 +0100

On 27 Oct 2003, at 17:51, joshua portway wrote:

It means those settings are overridden by the current build style. The Build style is kind of another layer of settings which override your individual project settings. Normally, you use them for switching settings between "development" and "deployment", for instance. Basically anything you set in a build style will override the individual target settings when you select that build style.

So - if you set the GCC optimisation to "fastest" for the "Deployment" build style, then all your targets will be built with that optimisation when you're using that build style.

You can edit the build styles by opening an inspector on the "project icon" (the topmost icon in the treeview on the left of the project window). If a build style is overriding setting sthat you want to be able to edit on a per-target basis then you should just delete it from the build styles there.

Thanks for your help, Joshua. I've managed to create a new project for my static library and add Debug/Release targets. I've added my settings to the Development build style, and now the Debug target is compiling fine. However, this target depends on two shell scripts: one should be run before building, the second after building. In ProjectBuilder, I just created two shell script phases and added them in the correct order (before Headers and after Sources). In Xcode, I've created the phases and put them in the correct order -- yet they are both executed right after my precompiled header is built.


What am I missing?

Thanks,
Dario
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.

References: 
 >Confusion with Project Info (From: Dario Accornero <email@hidden>)
 >Re: Confusion with Project Info (From: Dario Accornero <email@hidden>)
 >Re: Confusion with Project Info (From: joshua portway <email@hidden>)

  • Prev by Date: Re: Default optimizations
  • Next by Date: SYSTEM_LIBRARY_DIR
  • Previous by thread: Re: Confusion with Project Info
  • Next by thread: More project/target confusion...
  • Index(es):
    • Date
    • Thread