I have 2 Xcode iphone projects. 1 creates a static library. I want to use this static library in another project.
how to link this static library project with my other project. so when I compile my other project, it will automatically compile the static library project and use that library.
how to do it?
source
share