Re: Xcode 3.2.6 on Lion ?
Re: Xcode 3.2.6 on Lion ?
- Subject: Re: Xcode 3.2.6 on Lion ?
- From: Jean-Daniel Dupas <email@hidden>
- Date: Sun, 24 Jul 2011 01:01:03 +0200
Le 23 juil. 2011 à 23:40, Conrad Taylor a écrit :
>
>
> Sent from my iPhone
>
> On Jul 23, 2011, at 2:28 PM, Jean-Daniel Dupas <email@hidden> wrote:
>
>>
>> Le 23 juil. 2011 à 23:22, Mike Abdullah a écrit :
>>
>>>> Oh, then there's 10.5 thing with libcrypto
>>>
>>> As far as I can tell that got fixed for the GM.
>>>
>>
>> What's got fixed, and what GM ?
>>
>> AFAIK, if you link on libcrypto from the 10.6 or 10.7 SDK (whatever Xcode version you use), you cannot run your application on 10.5.
>>
>>
>> -- Jean-Daniel
>>
>>
>
> Jean, do you have a test project? I would like to try it locally?
>
> -Conrad
>
No need to have a test case. 10.5 don't have libcrypto.0.9.8.dylib which is the one used when you link your binary using the 10.6 or 10.7 SDK.
Obviously, when you try to run such executable on 10.5, the applications crash with a library not found error.
I workaround this issue by embedding a copy of the libcrypto.dylib stub from 10.5 in my project and linking to it explicitly.
-- Jean-Daniel
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden