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
2021-01-18 23:26:56.604288+0100 meteocool[58665:7334719] [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.
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"<NSAutoresizingMaskLayoutConstraint:0x600003af8140 h=&-& v=&-- UIButton:0x7ff024522cf0.width == 24 (active)>",
"<NSAutoresizingMaskLayoutConstraint:0x600003af8190 h=&-& v=&-- UIButton:0x7ff024522cf0.minX == 1.01154*UIView:0x7ff02452d740.width - 24.2769 (active)>",
"<NSLayoutConstraint:0x600003afc0a0 H:[UIButton:0x7ff024522cf0]-(-2)-| (active, names: '|':UIView:0x7ff02452d740 )>",
"<NSLayoutConstraint:0x600003af8780 'UIView-Encapsulated-Layout-Width' UIView:0x7ff02452d740.width == 414 (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x600003afc0a0 H:[UIButton:0x7ff024522cf0]-(-2)-| (active, names: '|':UIView:0x7ff02452d740 )>
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:
When launching the app:
The text was updated successfully, but these errors were encountered: