Re: App does not start on a different machine
Re: App does not start on a different machine
- Subject: Re: App does not start on a different machine
- From: Nick Zitzmann <email@hidden>
- Date: Wed, 10 Jun 2009 22:11:17 -0600
On Jun 10, 2009, at 8:35 PM, Martin Batholdy wrote:
11.06.09 04:24:15 com.apple.launchd[66]
([0x0-0x53053].com.yourcompany. test[762]) Exited abnormally: Trace/
BPT trap
11.06.09 04:24:30 test[767] An uncaught exception was raised
11.06.09 04:24:30 test[767] *** -[NSCFArray objectAtIndex:]: index
(0) beyond bounds (0)
Good; I figured there had to be something in the console... What I
would do is install the developer tools on that other computer, if you
haven't already, and then run the executable on the command line with
GDB. Break on objc_exception_throw, and then you can get a trace on
the problem once the exception is thrown. That ought to narrow down
the problem.
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