How can I create static library and can add just .a file on any project in ios.
I tried doing this but couldn\'t do it.
Thanks in advance
Xcode version 10.2.1
Follow Create Objective-C static library section
Follow Swift consumer with Objective-C static library section
Import module to the Objective-C client code[module_name]
@import module_name;
More examples here