I'm building a framework project in XCode and everything builds and looks great except there is no Headers
directory in the built Foo.framework
.
Do I have to add an explicit build phase for this or is there just a setting to which I'm oblivious? PUBLIC_HEADERS_FOLDER_PATH
looks promising, but I'm not sure how to use it.