I have question about creating framework manually from static library (for example LibraryName). I tested this solution:
- created folder
LibraryName.framework - created subfolder
LibraryName.framework/Headersand copied headers from source library - renamed
LibraryName.ato fileLibraryName.framework/LibraryName
and it is working under Xcode. But I have question: is it good way to do it like this ?
--
Regards
Adam