I am writing a Cocoa Application with Project Builder that uses a
custom framework.
When I build the application I get the following link warning:
warning suggest use of -bind_at_load, as lazy binding may result in
errors or different symbols being used
I tried adding -bind_at_load as a link option in the build target, and
I still get the linker warning.
What do I need to do to eliminate this warning.