I'm a beginner programmist
I am trying to do a note application with resizing rows, but every time I run the app it fails with this error:
Will attempt to recover by breaking constraint NSLayoutConstraint:0x60000009dce0 UILabel:0x7f956f410b90.height >= 21 (active)
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in UIKit/UIView.h> may also be helpful.
Full project - https://github.com/MarBaka/MemoOrganizer.git
Please help