• 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
Subdirectories in Framework Public Header
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Subdirectories in Framework Public Header


  • Subject: Subdirectories in Framework Public Header
  • From: Steve Sisak <email@hidden>
  • Date: Fri, 2 May 2008 23:21:22 -0400

I know a recipe for this has been posted in the past year, but my google-foo is failing me in finding it.

I'm in the attempting to package an open source library which has subdirectories in its public headers as a framework and trying to figure out how to set up the Copy Headers phase to reflect this.

In other words, I've got:

./headers/foo.h
./headers/macosx/foo.h

and want to end up with

MyFramework.framework/headers/foo.h
MyFramework.framework/headers/macosx/foo.h

At the moment Xcode is trying to copy both headers into MyFramework.framework/headers/ and complaining that there are 2 rules to copy the same file.

How do I convince Xcode to create and copy to the macosx subdirectory of MyFramework.framework/headers/ so that I can

#include <MyFramework/macosx/foo.h>

To get the Mac OS X specific version.

Thanks,

-Steve
_______________________________________________
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


  • Prev by Date: Re: XCode Link Error - What does this mean?
  • Next by Date: Re: XCode Link Error - What does this mean?
  • Previous by thread: Re: when gdb runs a command line program, where does printf go?
  • Next by thread: Subdirectories in Framework Public Header
  • Index(es):
    • Date
    • Thread