Static Libraries in Xcode
Friday, April 27th, 2012I wanted to do something that I think is straightforward, basic IDE functionality. Have a project that references a static library, use the static library from a client application (including referencing headers and linking with it), and have the library automatically rebuild when changes are made. With most IDEs this is functionality that you get […]