Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5 [KIND OF SOLVED]
Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5 [KIND OF SOLVED]
- Subject: Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5 [KIND OF SOLVED]
- From: Nick Zitzmann <email@hidden>
- Date: Fri, 12 Mar 2010 17:01:17 -0700
On Mar 12, 2010, at 3:52 PM, Steve Mykytyn wrote:
> While the safest approach is to use NSClassFromString to ensure that you can run in 64 bit on 10.5
There are a lot of hidden pitfalls with targeting 64-bit architectures on Leopard, because there's a lot of UI-related things that should work that either didn't work at all, or cause problems, such as Ink input (which crashed 64-bit apps in early Leopard versions, and just didn't work in 64-bit apps in later versions). A lot of these problems were fixed in Snow Leopard, so I'd recommend just limiting the 64-bit version to Snow Leopard unless you know what you're doing...
Nick Zitzmann
<http://www.chronosnet.com/>
_______________________________________________
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 Base, 10.5 Target, runs fine on everything except Intel 10.5 (From: Steve Mykytyn <email@hidden>) |
| >Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5 (From: Steve Christensen <email@hidden>) |
| >Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5 (From: Steve Mykytyn <email@hidden>) |
| >Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5 (From: Greg Parker <email@hidden>) |
| >Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5 [KIND OF SOLVED] (From: Steve Mykytyn <email@hidden>) |