Re: Crash on nib loading
Re: Crash on nib loading
- Subject: Re: Crash on nib loading
- From: Mike Abdullah <email@hidden>
- Date: Thu, 08 Aug 2013 11:11:25 +0100
On 8 Aug 2013, at 11:05, "Gerriet M. Denkmann" <email@hidden> wrote:
> By deleting all textFields from my nib one by one I found out that some label (const string) had a binding.
> This certainly was not my intention. Don't know how this did happen.
>
> Were there any hints to this being the problem in the exception or back-trace?
> I didn't see any - but this proofs nothing.
Yes,
Frame 13 shows a binding is being created. Frame 7 shows that has the effect of setting a text field cell's value. From that we can conclude that a text field is most likely the object being bound.
_______________________________________________
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