re: zero-link vs library
re: zero-link vs library
- Subject: re: zero-link vs library
- From: George Warner <email@hidden>
- Date: Thu, 20 Nov 2003 09:00:01 -0800
On Wed, 19 Nov 2003 17:15:52 -0800, Simeon Leifer
<email@hidden> wrote:
> I have several projects that use libValidate.a (though the specific
> library is not at issue i imagine). When zero-link is enabled, the
> application can not see any symbols from the library. Is this a bug,
> known or not, and is there any way around it (short of disabling
> zero-link which is a great time saver)?
Zero-link depends on files in your build directory to do everything that it
does. If you move (or copy) your app to a different location then ZL can't
find those files and fails. The moral of this story is to only use ZL for
development (from the build directory) and use deployment to build
click-able apps.
--
Enjoy,
George Warner,
Schizophrenic Optimization Scientists
Apple Developer Technical Support (DTS)
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.