Dimbulb Xcode include path question
Dimbulb Xcode include path question
- Subject: Dimbulb Xcode include path question
- From: Greg Guerin <email@hidden>
- Date: Fri, 26 Oct 2007 10:36:22 -0700
Blair M. Burtan wrote:
>#include <myfancylibrary/myfancylibrary.h>
>
>What do I need to do to get Xcode to find this file?
>I've tried adding the directory myfancylibrary to both the Header search
>path and User Header search path lists to no avail.
If you want to keep using:
#include <myfancylibrary/myfancylibrary.h>
then logic suggests adding the parent dir of the myfancylibrary dir. That
is how relative pathnames generally work.
-- GG
_______________________________________________
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