Re: Xcode 4.0.1
Re: Xcode 4.0.1
- Subject: Re: Xcode 4.0.1
- From: Eduardo Poyart <email@hidden>
- Date: Sun, 27 Mar 2011 14:25:44 -0700
Not really... I got my project to work with a 3rd-party library outside of my project folder by using ${SRCROOT}.
This didn't work:
Header Search Path: ../../../3rdparty/OpenSceneGraph-2.9.9/include
This works:
Header Search Path: ${SRCROOT}/../../../3rdparty/OpenSceneGraph-2.9.9/include
There is a delayed effect before it starts working. You may have to clean your project, close Xcode and delete everything inside ~/Library/Developer/Xcode/DerivedData. Then rebuild it to check if you got the paths right.
It's a fact, though, that when things go bad with the indexer, Xcode doesn't tell you anything and you get strange global symbols for your autocomplete, like asm().
Eduardo
On Sun, Mar 27, 2011 at 2:06 PM, Quincey Morris
<email@hidden> wrote:
So, perhaps the problem is something like this:
"If Xcode tries to index a header file for a specific project via a path that takes it outside of the project's folder, it gives up and stops indexing the project."
I think that would cover both our scenarios.
_______________________________________________
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