On Apr 15, 2010, at 3:43 PM, Dominic Dauer wrote:

Everything works fine until call the release method to the parser. In the simulator the app is terminating without any message in the log.
I guess I do a fundamental mistake.

Run the app with the debugger and it should tell you where it's crashing. That may help pin it down.

I don't see anything obviously wrong, although subclassing NSXMLParser and setting it to be its own delegate seems weird — the purpose of a delegate mechanism is so you don't have to subclass; you can instead implement the delegate API in your own unrelated class and set an instance as the delegate.

—Jens_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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 arch...@mail-archive.com

Reply via email to