Re: [NEWB] An object, an array item and a string
Re: [NEWB] An object, an array item and a string
- Subject: Re: [NEWB] An object, an array item and a string
- From: Ken Thomases <email@hidden>
- Date: Sun, 7 Sep 2008 12:17:13 -0500
On Sep 7, 2008, at 12:03 PM, Aron Spesard wrote:
Thank you, I had overlooked that. I fixed that, however that doesn't
fix the app crashing when trying to set the textfield contents as a
string, or why I get the path in the sheet function but not in this
one...
You're probably failing to retain the string at the point where you
receive it.
You should familiarize yourself with general debugging techniques.
When you get a crash, you should see where you're getting it and what
type it is. If you suspect memory management problems, you should try
enabling NSZombie or using the Object Alloc instrument.
See here: http://developer.apple.com/technotes/tn2004/tn2124.html
Cheers,
Ken
_______________________________________________
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