Re: crash reading archive
Re: crash reading archive
- Subject: Re: crash reading archive
- From: "Sean McBride" <email@hidden>
- Date: Sun, 5 Apr 2009 18:03:20 -0400
James Maxwell (email@hidden) on 2009-04-05 4:24 PM said:
>I'm assuming it's trying to release a released object, but I can't
>see it...
Any you tried any of the follewing: NSZombie? GuardMalloc? leaks
checking with Instruments? MallocDebug?
Also:
<http://www.sealiesoftware.com/blog/archive/2008/09/22/
objc_explain_So_you_crashed_in_objc_msgSend.html>
>NSString *filePath;
>filePath = [[[[NSHomeDirectory()
> stringByAppendingPathComponent:@"Library"]
> stringByAppendingPathComponent:@"Application Support"]
Note: google "NSApplicationSupportDirectory" for a better way...
Sean
_______________________________________________
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