How can I preserve subgroups when changing role to public in Copy Headers build phase in XCode?
问题 currently, the hierarchy is flattened out, and all the headers files are copied into a single Headers directory, no matter what subfolder they were in, in my Classes folder. This is a problem when referencing the headers, if the headers have "include" statements that reference other headers in subfolders. in particular, this screws up BridgeSupport compilation. 回答1: My understanding is the Copy Headers behavior always flattens the file structure. You can either add a custom file copy or a