On Thu, Nov 13, 2008 at 3:14 AM, Chris <[EMAIL PROTECTED]> wrote:
> This is an issue I've been stuck on for a while, I'm trying to load an
> instance of NSHTTPCookieStorage into a table view.  I have it far enough so
> that when I build the app and load it, it displays this
> http://i38.tinypic.com/315en3c.png.  However when I attempt to scroll up or
> down, the app does nothing and I receive these error message in the console:
>
> *** -[NSCFArray objectAtIndex:]: index (2) beyond bounds (2)

  Hard to say without some basic debugging information. Is "cookies"
being mutated by another thread? Is "cookies" being properly retained?
What do you see if you break on your "NSHTTPCookie *cookie = [cookies
objectAtIndex: row];" line and examine the "cookies" array each time?

--
I.S.
_______________________________________________

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 [EMAIL PROTECTED]

Reply via email to