Hi All,
I'm trying to add static libraries found under /usr to an xcode project. (I'm new to mac dev).
The problem is that this is a hidden directory and so the normal Add to project doesn't work, and although I can Edit Project Settings to add the include directories, there doesn't seem to be any obvious way of adding the actual libs.
Short of copying the libraries around, or unhiding the /usr dirs (which can't be the correct solution) I'm at a loss.
TIA