Missing headers folder in custom cocoa framework
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 hea开发者_JAVA技巧der files in the framework.
I must be missing something really simple. What am I doing wrong?
I missed the "Role" column in the frameworks list of files. It needs to be set to public for them to show up.
精彩评论