I have a project (AQGridView
) that compiles to a static library, but I can't seem to add it to my project.
Dragging in the project to my project creates a workspace, and if I try to link the libAQGridView.a
file from the DerivedData
directory it doesn't recognize it as a library. I'm not sure what I'm doing wrong.
This is the AQGridView
project. Does anyone know specifically how to use it in an Xcode 4 project?
I do this as follows:
If you don't see the static library project as nested under the main project in the main project's project navigator, the most likely reason for that is that the static library's own Xcode project is still open. Quit Xcode and open up the main project that has the nested static library project in it without opening up the original static library project itself, and you should see it appearing as a nested project in your main project.