Re: Linkage error
Re: Linkage error
- Subject: Re: Linkage error
- From: Jens Ayton <email@hidden>
- Date: Thu, 17 Aug 2006 08:47:28 +0200
- Openpgp: id=84FF254B
Marcus S. Zarra:
>
> I am trying to link in Unsanity's Smart Crash Reports into an
> application and having an issue. During a debug build it seems to run
> fine, but during a release build I get the following errors:
>
> http://idisk.mac.com/mzarra-Public/LinkError.png
>
> I am not sure what I am doing wrong linking this in. Can anyone
> enlighten me as to what I am missing?
You need to link in Security.framework and zlib.
Incidentally, the reason this only happens in a release build is that
you've got ZeroLink enabled. This is one of the lesser reasons why
ZeroLink is a bug, not a feature. Unless it's a really big project,
you'll be better off without it.
--
Jens Ayton
_______________________________________________
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
References: | |
| >Linkage error (From: "Marcus S. Zarra" <email@hidden>) |