Re: Rosetta Quandry
Re: Rosetta Quandry
- Subject: Re: Rosetta Quandry
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 2 Feb 2010 22:05:18 -0700
On Feb 2, 2010, at 9:55 PM, Richard Penwell wrote:
> This is most likely because you are referencing a Framework that is PPC only. The code for your application may be universal, but if the system detects that one of the dependancies is PPC, it will use Rosetta to run the PPC in your fat binary binding to that framework. Are you using any 3rd party frameworks?
Are you sure about that? I thought the app would crash within dyld if that happens (app binary is fat and launched using a given architecture, and one or more linked frameworks lacks that architecture). Or at least that's been my experience. Anyway, the linker won't even let you link an X86 binary against a PPC-only framework.
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