[LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x60c0000986a0 UIView:0x7fa556d0c040.width == 375 (active)>",
"<NSLayoutConstraint:0x60c0000990a0 UIView:0x7fa556d0c040.leading == UILayoutGuide:0x60c0005bcd20'UIViewSafeAreaLayoutGuide'.leading (active)>",
"<NSLayoutConstraint:0x60c0000990f0 UIView:0x7fa556d0c040.trailing == UILayoutGuide:0x60c0005bcd20'UIViewSafeAreaLayoutGuide'.trailing (active)>",
"<NSLayoutConstraint:0x608000099960 'UIView-Encapsulated-Layout-Width' UIView:0x7fa556d06250.width == 1024 (active)>",
"<NSLayoutConstraint:0x60c000098bf0 'UIViewSafeAreaLayoutGuide-left' H:|-(0)-[UILayoutGuide:0x60c0005bcd20'UIViewSafeAreaLayoutGuide'](LTR) (active, names: '|':UIView:0x7fa556d06250 )>",
"<NSLayoutConstraint:0x60c000098c90 'UIViewSafeAreaLayoutGuide-right' H:[UILayoutGuide:0x60c0005bcd20'UIViewSafeAreaLayoutGuide']-(0)-|(LTR) (active, names: '|':UIView:0x7fa556d06250 )>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x60c0000986a0 UIView:0x7fa556d0c040.width == 375 (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.
2018-02-08 01:23:11.354348-0500 Photorespiration Tutor[13830:2929430] [LayoutConstraints] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want.
Try this:
(1) look at each constraint and try to figure out which you don't expect;
(2) find the code that added the unwanted constraint or constraints and fix it.
(
"<NSLayoutConstraint:0x60c000098a10 UILabel:0x7fa556d0c720'Identify This Structure:'.width == 375 (active)>",
"<NSLayoutConstraint:0x60c000099190 UILabel:0x7fa556d0c720'Identify This Structure:'.leading == UILayoutGuide:0x60c0005bcd20'UIViewSafeAreaLayoutGuide'.leading (active)>",
"<NSLayoutConstraint:0x60c0000991e0 UILabel:0x7fa556d0c720'Identify This Structure:'.trailing == UILayoutGuide:0x60c0005bcd20'UIViewSafeAreaLayoutGuide'.trailing (active)>",
"<NSLayoutConstraint:0x608000099960 'UIView-Encapsulated-Layout-Width' UIView:0x7fa556d06250.width == 1024 (active)>",
"<NSLayoutConstraint:0x60c000098bf0 'UIViewSafeAreaLayoutGuide-left' H:|-(0)-[UILayoutGuide:0x60c0005bcd20'UIViewSafeAreaLayoutGuide'](LTR) (active, names: '|':UIView:0x7fa556d06250 )>",
"<NSLayoutConstraint:0x60c000098c90 'UIViewSafeAreaLayoutGuide-right' H:[UILayoutGuide:0x60c0005bcd20'UIViewSafeAreaLayoutGuide']-(0)-|(LTR) (active, names: '|':UIView:0x7fa556d06250 )>"