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/Headers
and copied headers from source library - renamed
LibraryName.a
to fileLibraryName.framework/LibraryName
and it is working under Xcode. But I have question: is it good way to do it like this ?
--
Regards
Adam