Important: The information in this document is obsolete and should not be used for new development.
The Link Binary With Libraries build phase in Xcode projects links frameworks and libraries with object files to produce a binary file. Source files that use code in a framework or a library must include a reference to the appropriate programming interface contained in them.
Libraries and frameworks are linked to object files when building an executable file. However, this process is slow and can detract from the development experience. Xcode provides a feature, called ZeroLink, that eliminates the link step while you work on a project; see “Using ZeroLink” for details.
Specifying the Search Order of External Symbols
Preventing Prebinding
Linking With System Frameworks
Linking to a Dynamic Library in a Nonstandard Location
Reducing the Number of Exported Symbols
Reducing Paging Activity
Dead-Code Stripping
Using ZeroLink
Last updated: 2006-11-07