• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: 10.6 SDk and 10.5 Deployment
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 10.6 SDk and 10.5 Deployment


  • Subject: Re: 10.6 SDk and 10.5 Deployment
  • From: Eric Wing <email@hidden>
  • Date: Thu, 28 Jun 2012 14:36:48 -0700

On 6/28/12, Kyle Sluder <email@hidden> wrote:
> On Jun 28, 2012, at 1:58 PM, Eric Wing <email@hidden> wrote:
>
>>
>> One additional gotcha that I have hit multiple times is that if your
>> application links to system .dylibs (not .frameworks), Xcode links to
>> the explicit filename versioned .dylib file on your system that the
>> generic one is symlinked to. This is a problem if say 10.6 has a newer
>> version of libcrypto.dylib or libreadline.dylib which doesn't exist on
>> 10.5. Your app will crash on launch on 10.5 because it can't find the
>> dependent library. For this, I have resorted to using
>> install_name_tool to rewrite the dependencies to link to the generic
>> symlinked version because Xcode has fought all my attempts to control
>> what it actually links to.
>
> Be careful! There could be binary incompatibilities between the two versions
> of the dylib—sometimes even between point revisions! We got bit by this in
> the 10.5->10.6 transition.
>

Yes, absolutely!

-Eric
--
Beginning iPhone Games Development
http://playcontrol.net/iphonegamebook/

_______________________________________________

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


References: 
 >10.6 SDk and 10.5 Deployment (From: koko <email@hidden>)
 >Re: 10.6 SDk and 10.5 Deployment (From: Charles Srstka <email@hidden>)
 >Re: 10.6 SDk and 10.5 Deployment (From: "Gary L. Wade" <email@hidden>)
 >Re: 10.6 SDk and 10.5 Deployment (From: Eric Wing <email@hidden>)
 >Re: 10.6 SDk and 10.5 Deployment (From: Kyle Sluder <email@hidden>)

  • Prev by Date: Re: 10.6 SDk and 10.5 Deployment
  • Next by Date: Re: Sorting an NSTableView bound to an NSArrayController.
  • Previous by thread: Re: 10.6 SDk and 10.5 Deployment
  • Next by thread: Re: 10.6 SDk and 10.5 Deployment
  • Index(es):
    • Date
    • Thread