Re: Universal app fails on PPC.
Re: Universal app fails on PPC.
- Subject: Re: Universal app fails on PPC.
- From: "Sean McBride" <email@hidden>
- Date: Tue, 7 Oct 2008 09:45:25 -0400
- Organization: Rogue Research
On 10/6/08 5:58 PM, Nick Zitzmann said:
>> I'm trying to test my universal app to make sure its really universal.
>> In finder I did "get info" then selected "run with rosetta". When I do
>> that the application traps. The console log says,
>>
>> Exited abnormally: Trace/BPT trap
>>
>> What does that mean? How can I determine why its not working? Is there
>> a way to run it in the debugger using rosetta?
>
>
>Does your app use GC? Rosetta will not launch GC-enabled PPC apps. The
>only way to test those apps is to run them on a real PPC Mac.
David,
The Finder allows you to toggle the "run with rosetta" checkbox in the
Get Info window? I would file a bug on that, since it can't work with
GC apps.
You can add the following to your Info.plist:
<key>LSRequiresNativeExecution</key>
<true/>
That should get rid of the checkbox.
--
____________________________________________________________
Sean McBride, B. Eng email@hidden
Rogue Research www.rogue-research.com
Mac Software Developer Montréal, Québec, Canada
_______________________________________________
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