Re: problem closing file handle
Re: problem closing file handle
- Subject: Re: problem closing file handle
- From: Jens Alfke <email@hidden>
- Date: Fri, 8 Feb 2008 08:07:12 -0800
On 8 Feb '08, at 4:26 AM, Daniel Luis dos Santos wrote:
2008-02-08 11:56:09.166 TesterBundleDebugger[408] *** -[NSCFArray
appendString:]: selector not recognized [self = 0x30a9a0]
2008-02-08 11:56:09.167 TesterBundleDebugger[408] *** Uncaught
exception: <NSInvalidArgumentException> *** -[NSCFArray
appendString:]: selector not recognized [self = 0x30a9a0]
The first step to debugging an exception is to break at the point
where it gets raised/thrown. Set a breakpoint at objc_exception_throw
(assuming you're on 10.5), by opening Xcode's breakpoint window/view
and entering a new symbolic breakpoint with that string. Then run your
app in the debugger. Seeing the backtrace might give you enough info
to figure out what's wrong; or if not, you could post the backtrace
here.
—Jens_______________________________________________
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