You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
◾️ 04:22:51.975 PM: Analytics event: i_ma_notifications
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:0x303316620 UIImageView:0x11f9cc200.width == 28 (active)>",
"<NSLayoutConstraint:0x3033140f0 'UISV-canvas-connection' Toast.IconAppleToastView:0x11f9cc600.leading == UIImageView:0x11f9cc200.leading (active)>",
"<NSLayoutConstraint:0x303314500 'UISV-canvas-connection' H:[UIStackView:0x11f9fd180]-(0)-| (active, names: '|':Toast.IconAppleToastView:0x11f9cc600 )>",
"<NSLayoutConstraint:0x303314550 'UISV-spacing' H:[UIImageView:0x11f9cc200]-(15)-[UIStackView:0x11f9fd180] (active)>",
"<NSLayoutConstraint:0x303317570 'UIView-Encapsulated-Layout-Width' Toast.IconAppleToastView:0x11f9cc600.width == 0 (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x303316620 UIImageView:0x11f9cc200.width == 28 (active)>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
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:0x3033140f0 'UISV-canvas-connection' Toast.IconAppleToastView:0x11f9cc600.leading == UIImageView:0x11f9cc200.leading (active)>",
"<NSLayoutConstraint:0x303314500 'UISV-canvas-connection' H:[UIStackView:0x11f9fd180]-(0)-| (active, names: '|':Toast.IconAppleToastView:0x11f9cc600 )>",
"<NSLayoutConstraint:0x303314550 'UISV-spacing' H:[UIImageView:0x11f9cc200]-(15)-[UIStackView:0x11f9fd180] (active)>",
"<NSLayoutConstraint:0x303317570 'UIView-Encapsulated-Layout-Width' Toast.IconAppleToastView:0x11f9cc600.width == 0 (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x303314550 'UISV-spacing' H:[UIImageView:0x11f9cc200]-(15)-[UIStackView:0x11f9fd180] (active)>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
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:0x3033165d0 UIImageView:0x11f9cc200.height == 28 (active)>",
"<NSLayoutConstraint:0x303314780 'UISV-canvas-connection' Toast.IconAppleToastView:0x11f9cc600.top == _UILayoutSpacer:0x302f64a50'UISV-alignment-spanner'.top (active)>",
"<NSLayoutConstraint:0x303316080 'UISV-canvas-connection' Toast.IconAppleToastView:0x11f9cc600.centerY == UIImageView:0x11f9cc200.centerY (active)>",
"<NSLayoutConstraint:0x303315cc0 'UISV-spanning-boundary' _UILayoutSpacer:0x302f64a50'UISV-alignment-spanner'.top <= UIImageView:0x11f9cc200.top (active)>",
"<NSLayoutConstraint:0x303316170 'UIView-Encapsulated-Layout-Height' Toast.IconAppleToastView:0x11f9cc600.height == 0 (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x3033165d0 UIImageView:0x11f9cc200.height == 28 (active)>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: