Re: Random /usr/lib/libsqlite3.0.dylib Linking in Release Mode ONLY
Re: Random /usr/lib/libsqlite3.0.dylib Linking in Release Mode ONLY
- Subject: Re: Random /usr/lib/libsqlite3.0.dylib Linking in Release Mode ONLY
- From: Chris Espinosa <email@hidden>
- Date: Sun, 6 Aug 2006 17:24:02 -0700
On Aug 6, 2006, at 5:00 PM, Robert Sesek wrote: I cannot figure out for the life of me why this is happening. I removed the CoreData framework as I thought that could be adding in the library. I've opened up my project.pbxproj in BBEdit and looked for any traces of the library or flag and there is none.
The library isn't being linked in your Debug configuration because nothing's being linked in the Debug configuration, because ZeroLink is in use.
If you turn off ZeroLink you'll get consistent results between Release and Debug. Of course, they're not the results you want, but they'll be consistent.
It would help to see the Linker invocation from the full build transcript to see a list of what libraries are being linked in.
Chris
|
_______________________________________________
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