My Custom Framework Is Not Exporting One of My Header Files
My Custom Framework Is Not Exporting One of My Header Files
- Subject: My Custom Framework Is Not Exporting One of My Header Files
- From: Chris Tracewell <email@hidden>
- Date: Tue, 8 Jun 2010 18:20:47 -0700
I just made my first private framework a few weeks ago. I took some common categories and custom classes I use across projects and put them in my new FW. All has been fine until today when I added a new class file to it. I clean and build the FW and then build my project that is utilizing the FW and I get an error saying there is "No such file or directory" - referring to my new class file in the FW. FWIW, I use #import <MyFramework/MyFramework.h> in my project as it imports all the FW headers - standard protocol.
After I build the FW I look in "MyFramework -> build -> Release -> MyFramework.framework -> Headers" and can see the header is indeed missing. I know this is the correct directory because I can see MyFramework.framework being deleted when I clean the FW target.
Why would it not be exporting the file? Yes, I added it to the target when I created the file.
Thanks for the help
-Chris
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden