On 8 Aug 2013, at 11:05, "Gerriet M. Denkmann" <[email protected]> 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 protected]) 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: https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to [email protected]
