I am trying to add the static libraries found in / usr to an xcode project. (I'm new to mac dev).
The problem is that this is a hidden directory, and so normal adding to the project does not work, and although I can change the project settings to add include directories, there seems to be no obvious way to add the actual libraries.
Do not copy the libraries around or open / usr dirs (which may not be the right solution). I do not understand.
TIA
Frank source
share