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: Chris Espinosa <email@hidden>
- Date: Wed, 7 Nov 2007 10:46:42 -0800
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 |
_______________________________________________
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