• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
My Custom Framework Is Not Exporting One of My Header Files
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

  • Follow-Ups:
    • Re: My Custom Framework Is Not Exporting One of My Header Files
      • From: Graham Cox <email@hidden>
    • Re: My Custom Framework Is Not Exporting One of My Header Files
      • From: Kiel Gillard <email@hidden>
  • Prev by Date: Re: Erasing drawn content
  • Next by Date: Re: My Custom Framework Is Not Exporting One of My Header Files
  • Previous by thread: Having trouble with eventWithUID:occurrence: CalCalendarStore method
  • Next by thread: Re: My Custom Framework Is Not Exporting One of My Header Files
  • Index(es):
    • Date
    • Thread