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 protected]) 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: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
