Re: XCode question: "Copy Header" build step doesn't work for my Framework target.

2011-02-26 Thread Motti Shneor
Well, thank you --- The name of the attribute to change to "public" is "Role", and it does NOT appear on the get-info panel for the header file. You can set it using the contextual menu (right-click) on the header file, in the "role" submenu, or directly in the file-list, choosing a value on th

Re: XCode question: "Copy Header" build step doesn't work for my Framework target.

2011-02-26 Thread Roland King
Did you set the type to 'public' on that (I think it's on the right click menu or in the Alt-I info for the header file). If you didn't, it won't be copied. On 26-Feb-2011, at 5:57 PM, Motti Shneor wrote: > Hello. > > I did all I know, and all I found in the Framework programming guide. > > T

XCode question: "Copy Header" build step doesn't work for my Framework target.

2011-02-26 Thread Motti Shneor
Hello. I did all I know, and all I found in the Framework programming guide. The header file is checked on the Frameworks' target, and I see it when I open the "Copy Headers" build step. However --- in the built Framework, there's no "Headers" directory, and no header files. Please advise