Re: Problem with "Dyld Error"
Re: Problem with "Dyld Error"
- Subject: Re: Problem with "Dyld Error"
- From: Mark Wagner <email@hidden>
- Date: Thu, 17 Mar 2011 13:08:26 -0700
On Thu, Mar 17, 2011 at 12:55, Laurent Daudelin
<email@hidden> wrote:
> I think it's a fairly straightforward problem but after googling around, I cannot find the specific answer to my question.
>
> I build a binary on my 10.6 machine. The Xcode project uses libcrypto.dylib. Of course, when I run it on my machine, there is no problem.
>
> However, when I try to run the app on a machine running 10.5, as soon as I launch the app, I get this crash report:
>
> Dyld Error Message:
> Library not loaded: /usr/lib/libcrypto.0.9.8.dylib
> Referenced from: /Applications/QUE.app/Contents/MacOS/QUE
> Reason: image not found
>
> So, I know that when I did build the app on my machine, the system resolved the libcrypto.dylib library to the current version on my machine and of course the dynamic loader on the 10.5 machine cannot find that exact version.
>
> How can I solve this, short of using the static library?
Build your application using Xcode 3.2.6 and the MacOSX 10.5 SDK.
--
Mark
_______________________________________________
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