Re: Binding Exception
Re: Binding Exception
- Subject: Re: Binding Exception
- From: Richard Charles <email@hidden>
- Date: Mon, 15 Sep 2014 15:46:28 -0600
On Sep 15, 2014, at 2:52 PM, Keary Suska <email@hidden> wrote:
> Yes, The exception will leave your app in an invalid state.
Thank you, I was not aware of that.
> The breakpoint catches before the exception would be logged to console. Simply keep clicking the "continue" button in the debugger until it outputs the exception. Then read the Key-Value Coding guide on when setNilValueForKey: is called and how you can handle it.
Clicking "continue" eventually causes the application to run freely but the debugger never produces any output. Weird. Implementing setNilValueForKey: fixed the issue.
On Sep 15, 2014, at 2:52 PM, Mike Abdullah <email@hidden> wrote:
> Read the docs for -setNilValueForKey:
I reviewed the documentation and yes implementing setNilValueForKey: fixed the issue.
Thanks for the help.
Richard Charles
_______________________________________________
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