Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5
Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5
- Subject: Re: 10.6 Base, 10.5 Target, runs fine on everything except Intel 10.5
- From: Nick Zitzmann <email@hidden>
- Date: Tue, 9 Mar 2010 16:02:36 -0700
On Mar 9, 2010, at 3:57 PM, Steve Mykytyn wrote:
> Even if the startup sequence for an app was different between PPC and Intel, I'd expect to eventually crash out on both PPC and Intel if it was something I'm doing in the source code.
>
> This has got to be something with the way I have the project set up, which is about as vanilla as you can get...
One thing you could try is, instead of referring to NSRunningApplication by symbol, you could get the NSRunningApplication Class by using NSClassFromString() and just using the class to get instances and perform methods. It's crude, but it ought to work.
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