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 create
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.