• 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: Cross Develop using Target SDK setting in .xcconfig file
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Cross Develop using Target SDK setting in .xcconfig file


  • Subject: Re: Cross Develop using Target SDK setting in .xcconfig file
  • From: Chris Espinosa <email@hidden>
  • Date: Thu, 9 Jun 2005 00:58:32 -0700


On Jun 8, 2005, at 10:52 PM, Andrew Kimpton wrote:

... I'm not sure if the SYMROOT variable in the target build setting is really telling the whole story ? And if  it is as simple as setting the SYMROOT variable - why isn't it a simple popup like Deployment target  in the target inspector build tab ?




Actually I meant SDKROOT not SYMROOT (hey only two characters off !)


Yes, you can set SDKROOT on a per-target basis and it works well for compilation.  But certain subsystems of Xcode (like the indexer) are still project-based, not target-based, so they will have to cope with two complete sets of SDK headers.  This leads to poor functioning of code completion, header navigation, symbol lookup, the class browser, class modeling, and most other index-based functions of Xcode.

So if you set SDKROOT per-target (or per-architecture, even at the project level) expect that using those functions will be suboptimal for a while.

Chris

 _______________________________________________
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

References: 
 >Cross Develop using Target SDK setting in .xcconfig file (From: Andrew Kimpton <email@hidden>)
 >Re: Cross Develop using Target SDK setting in .xcconfig file (From: Andrew Kimpton <email@hidden>)

  • Prev by Date: Re: XCode 2.1 - different result from crypt in deployment and debug?
  • Next by Date: Re: Pascal app in Xcode Universal Binary?
  • Previous by thread: Re: Cross Develop using Target SDK setting in .xcconfig file
  • Next by thread: [2.0] Debugger not showing anything, nor respecting breakpoints
  • Index(es):
    • Date
    • Thread