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?
Open XCode and start a new project. Under iOS, select Library and “Cocoa Touch Static Library” say it as "staticlibrary". This will create a nice new project for us that builds a . a file.
As mentioned, Apple does allow Swift in static libraries as of Xcode 9 Beta 4.
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.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With