Important: The information in this document is obsolete and should not be used for new development.
When you need to link with a custom version of a dynamic library
but don’t want to replace the standard version of the library,
you can use the -dylib_file option
of the linker to tell it where to find the nonstandard version of
the library. Just add -dylib_file standard_library_path:nonstandard_library_path to
the Other Linker Flags build setting, where standard_library_path is
the path to the standard library and nonstandard_library_path is
the path to the custom version of the library.
Last updated: 2006-11-07