Re: Debugging a static library
Re: Debugging a static library
- Subject: Re: Debugging a static library
- From: Jens Alfke <email@hidden>
- Date: Sun, 30 Oct 2011 16:58:56 -0700
On Oct 30, 2011, at 2:43 PM, Todd wrote: I tried running `otool -L` and `nm` and I get:
Those aren’t going to tell you anything relevant to what I mentioned. If you want to make sure the expected copy of the static library is being linked in, select the library in your Xcode project’s file list and look at its file info to see the path. Make sure it’s the same path as the library you’re building. (Sometimes what happens to me is I’m building the debug version of a library, but linking in the release version…)
—Jens |
Attachment:
smime.p7s
Description: S/MIME cryptographic signature
_______________________________________________
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