0

I'm trying to build a custom framework but for some reason, there is never a headers folder inside after it gets built.

I'm starting off with the Cocoa Framework xcode project and then I add my classes to it. When I build, everything works fine but there is no headers folder and no header files in the framework.

I must be missing something really simple. What am I doing wrong?

2
  • 1
    Nevermind, I figured it out. I was missing the "Role" column in the frameworks list of files. Commented Feb 5, 2011 at 3:32
  • 2
    Randall: You should post an answer with your solution. Commented Feb 5, 2011 at 3:34

1 Answer 1

2

I missed the "Role" column in the frameworks list of files. It needs to be set to public for them to show up.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.