When a UITextField has focus and I select a different UITextField, I receive the following errors (only with the `iPad):
[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:0x60400028fa50 h=--& v=--& UIKeyboardAssistantBar:0x7f8895c0e5f0.height == 0 (active)>", "<NSLayoutConstraint:0x60c000289d30 V:|-(0)-[_UIButtonBarStackView:0x7f8895c11180] (active, names: '|':UIKeyboardAssistantBar:0x7f8895c0e5f0 )>", "<NSLayoutConstraint:0x60c00028b130 V:[_UIButtonBarStackView:0x7f8895c11180]-(0)-| (active, names: '|':UIKeyboardAssistantBar:0x7f8895c0e5f0 )>", "<NSLayoutConstraint:0x60400028ec90 'UIButtonBar.maximumAlignmentSize' _UIButtonBarButton:0x7f8895e2f950.height == UILayoutGuide:0x60c0001a7700'UIViewLayoutMarginsGuide'.height (active)>", "<NSLayoutConstraint:0x60c000285f50 'UIView-bottomMargin-guide-constraint' V:[UILayoutGuide:0x60c0001a7700'UIViewLayoutMarginsGuide']-(9)-| (active, names: '|':_UIButtonBarStackView:0x7f8895c11180 )>", "" ) Will attempt to recover by breaking constraint <NSLayoutConstraint:0x60c000285f50 'UIView-bottomMargin-guide-constraint' V:[UILayoutGuide:0x60c0001a7700'UIViewLayoutMarginsGuide']-(9)-| (active, names: '|':_UIButtonBarStackView:0x7f8895c11180 )>
NB
I am using a UICollectionViewController and all my UITextFields are inside UICollectionViewCells.
The problem I have appears to be the same as this. Also, I the keyboard type as decimal.