Newbie Q : using a framework
Newbie Q : using a framework
- Subject: Newbie Q : using a framework
- From: email@hidden
- Date: Mon, 17 Jul 2006 19:10:27 +0200 (CEST)
- Importance: Normal
Hello all,
I have trouble using a framework I created. I have done the following
(the framework project is called MyFramework) :
-put the "master file" MyFramework.h in the top-level group of
the MyFramework project
-after building the framework, put the directory MyFramework.framework
(contained in MyFramework/build/Debug) in //Library/Frameworks.
-in an unrelated project MyProject, add MyFramework.framework to
the list of known frameworks (by Action>Add>Existing Frameworks).
Now if I add the line
#import <MyFramework/MyFramework.h>
inside a file in MyProject, the compiler complains that itdoes not find
the file
MyFramework/MyFramework.h. What did I forget to do ?
Ewan
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden