I am not using a custom keyboard and I did not add ANY constraints on any of my elements in my view controller but I am still getting an error. The error comes up only when I tap in the textfield to enter information. The error is below:
2016-01-04 13:15:04.442 App[:] 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:0x12d662d20 V:|-(20)-[UIInputSetContainerView:0x12e859230] (Names: '|':UIRemoteKeyboardWindow:0x12e875520 )>",
"<NSLayoutConstraint:0x12d75b1f0 'UIInputWindowController-top' V:|-(0)-[UIInputSetContainerView:0x12e859230] (Names: '|':UIRemoteKeyboardWindow:0x12e875520 )>"
Please help