No such file <MyFramework/MyFramework.h>
No such file <MyFramework/MyFramework.h>
- Subject: No such file <MyFramework/MyFramework.h>
- From: Ken Tozier <email@hidden>
- Date: Tue, 2 Dec 2008 02:12:24 -0500
Hi
I wrote a custom framework, instaed it in "/Library/Frameworks/,"
added it to my Application like any other framework, but am getting
"error: MySQLConnection/MySQLConnection.h: No such file or directory.
In the Appication project, the "Headers" subfolder of the framework is
ceary visible and it does in fact contain the "MySQLConnection.h"
file. I tried a of the following "#import" directives but all failed.
#import <MySQLConnection/MySQLConnection.h>
#import "MySQLConnection/MySQLConnection.h"
#import "MySQLConnection.h"
It's included in the project, clearly visible, so why can't Xcode see
it when it compiles?
_______________________________________________
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