когда мой вид загружается, некоторые вещи вызывают задержку и выводят эту ошибку, я понятия не имею об этом, помогите пожалуйста
2018-05-16 17:07:13.985160+0430 EligashtIOSApp[15125:2090232] [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:0x119492690 UIButton:0x11bcb9d60'\Ue634'.bottom == UIView:0x11b9be6f0.bottom + 50 (active)>",
"<NSLayoutConstraint:0x11b952d50 UIButton:0x11bcb9d60'\Ue634'.bottom == UIView:0x11b9be6f0.bottom (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x119492690 UIButton:0x11bcb9d60''.bottom == UIView:0x11b9be6f0.bottom + 50 (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.