We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
i have a project and i want to link a .a that is the product of another xcproj. how can i do that?
.a
so my proj is MyProj and a target MyApp. there is another one called SomeLib with a target Lib and a product lib.a. i want to link lib.a to MyApp.
MyProj
MyApp
SomeLib
Lib
lib.a