Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Adding libraries in /usr to xcode

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

like image 666
Frank Avatar asked Sep 08 '09 11:09

Frank


1 Answers

Shiftcmdg allows you to type in any path e.g. /usr and then browse from there.

or

Find the file in Finder and drag from Finder and drop on the open file dialog

like image 146
mmmmmm Avatar answered Sep 25 '22 01:09

mmmmmm