iOS菜鸟一枚, 如下问题真机调试时出现的问题,求解答,感激不尽!!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:0x14fd714d0 V:|-(20)-[UIInputSetContainerView:0x14fd6e5d0]   (Names: '|':UITextEffectsWindow:0x14ff098e0 )>",
    "<NSLayoutConstraint:0x14fe170d0 'UIInputWindowController-top' V:|-(0)-[UIInputSetContainerView:0x14fd6e5d0]   (Names: '|':UITextEffectsWindow:0x14ff098e0 )>"
)Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x14fd714d0 V:|-(20)-[UIInputSetContainerView:0x14fd6e5d0]   (Names: '|':UITextEffectsWindow:0x14ff098e0 )>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.