Re: Project indexer ignoring SYMROOT in xcconfig file
Re: Project indexer ignoring SYMROOT in xcconfig file
- Subject: Re: Project indexer ignoring SYMROOT in xcconfig file
- From: email@hidden
- Date: Wed, 7 Nov 2007 19:59:46 +0100
On 7 Nov 2007, at 19:46, Chris Espinosa wrote: OK, but according to that documentation, the default value for XCCodeSenseIndexBasePath is OBJROOT/<project_name>.pbxindex.
So why, when I add:
OBJROOT = /BuiltBits/$(BRANCH_NAME)
to my xxconfig file does it still want to put the indexes in the same folder as my project file, and not somewhere in my BuiltBits folder?
Because there's one index per project, and it uses the project settings to expand OBJROOT. If you set it on a per-target basis you won't get a separate index per target.
Chris
OK and I had forgotten that xcconfig files only affect targets settings, not the project settings. I guess there is no such equivalent config file for the Project-specific settings.
Matt |
_______________________________________________
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