• 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: Universal app fails on PPC.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >Universal app fails on PPC. (From: David <email@hidden>)
 >Re: Universal app fails on PPC. (From: Nick Zitzmann <email@hidden>)

  • Prev by Date: Re: CoreData: Fetching object with maximum of property
  • Next by Date: Re: Problems with loose ViewController coupling and KVO to-many relationships
  • Previous by thread: Re: Universal app fails on PPC.
  • Next by thread: NSWindowController retain counts, chapter 2
  • Index(es):
    • Date
    • Thread