Re: Cross Develop using Target SDK setting in .xcconfig file
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