How to get headers into framework in Xcode?

Posted by john146 on Stack Overflow See other posts from Stack Overflow or by john146
Published on 2009-06-13T01:44:45Z Indexed on 2010/04/02 18:53 UTC
Read the original article Hit count: 234

Filed under:
|
|
|

I'm trying to build a framework for MacOS in Xcode 3. It looks like it's building everything except the Headers directory according to the layout listed in the Apple documentation. I can't find anything that tells me what settings to use to get the build process to copy the headers into Headers directory in the framework, or alternately where I have to put those files.

Any help?

Thanks.

© Stack Overflow or respective owner

Related posts about xcode

Related posts about osx