Re: Question about private libraries in an Xcode project
Re: Question about private libraries in an Xcode project
- Subject: Re: Question about private libraries in an Xcode project
- From: Nick Zitzmann <email@hidden>
- Date: Mon, 22 Aug 2005 23:48:55 -0600
On Aug 22, 2005, at 10:34 PM, Jeff Schriebman wrote:
/System/Library/PrivateFrameworks/ZeroLink.framework/Versions/A/
ZeroLink (compatibility version 1.0.0, current version 1.0.0)
/usr/lib/libmx.A.dylib (compatibility version 1.0.0, current
version 92.0.0)
/usr/lib/libSystem.B.dylib (compatibility version 1.0.0, current
version 88.0.0)
Am I correct in assuming that the ZeroLink line entry should not be
there for my final linked application and that I should be looking
get rid of this entry or is it that this entry is always there and
is actually never invoked unless something else is wrong?
Your assumption is correct; its presence in the list of linked
frameworks/libraries means that the linked object was ZeroLinked.
Even though you claim that ZeroLink is off, for some reason it's
still on. Did you disable it in the build configuration you're using?
I usually turn ZeroLink on in the Debug configuration and turn it off
in the Release configuration, and I've never had any problems with
ZeroLink.
Nick Zitzmann
<http://seiryu.home.comcast.net/>
S/MIME signature available upon request
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Xcode-users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden