Framework header access
Framework header access
- Subject: Framework header access
- From: Joe <email@hidden>
- Date: Mon, 18 Jan 2010 17:35:50 -0700
Hi,
I don't know if I am missing something here, but:
I have a framework project (NTS_MCC.framework). I have an application project that uses that framework. The application project has its DYLD_FRAMEWORK_PATH variable set so that it can find the framework in the framework projects build folder, and it does. What it can't seem to find is the header file NTS_MCC.h that is part of the framework though it is in the Headers directory of the framework.
If I import the file directly with just the file name it works (I have the header path added to the project). But if I try to import it referring to the framework,
#import "NTS_MCC/NTS_MCC.h", it can't find it. Should it be able to find the header in this way?
Joe
_______________________________________________
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