I need to make a iOS static library (A) that include another library (B), but I don't have source code for library B. I only have a .a file and headers. Is it possible?
I created project with 2 targets, 1 - test target, 2 - target for library. How to add library B to target 2 correctly? I need only one library in result.