I get this error sometimes but not always when my extension starts.
MobileSMS[39550:1530890] [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:0x60000009eeb0 h=-&- v=--& CKMessageEntryView:0x7fb19ac31d50.midX == UIInputSetHostView:0x7fb19ac20170.midX + 187.5 (active)>",
"<NSAutoresizingMaskLayoutConstraint:0x60000009eff0 h=-&- v=--& CKMessageEntryView:0x7fb19ac31d50.width == UIInputSetHostView:0x7fb19ac20170.width + 375 (active)>",
"<NSLayoutConstraint:0x608000288930 CKMessageEntryView:0x7fb19ac31d50.right == UIInputSetHostView:0x7fb19ac20170.right (active)>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x608000288930 CKMessageEntryView:0x7fb19ac31d50.right == UIInputSetHostView:0x7fb19ac20170.right (active)>
Anybody else? That seems like an internal bug, right? Or am I doing something wrong?