I want to add libboost_filesystem.dylib
to my Xcode target as a library to link to, but Boost is installed in /opt/local/lib
.
/opt
is hidden and not accessible from the open panel, so I cannot select the dylib:
How can I add the library to my target?