Hi everyone,
I ran into this issue today after I deployed an app on to my iPhone 5 (Running iOS9) while I was using Personal Hotspot to connect my MacBook Pro to internet.
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) ( "<NSLayoutConstraint:0x14653370 V:|-(20)-[UIInputSetContainerView:0x146524f0] (Names: '|':UITextEffectsWindow:0x146717d0 )>", "<NSLayoutConstraint:0x14638d40 'UIInputWindowController-top' V:|-(0)-[UIInputSetContainerView:0x146524f0] (Names: '|':UITextEffectsWindow:0x146717d0 )>" ) Will attempt to recover by breaking constraint <NSLayoutConstraint:0x14653370 V:|-(20)-[UIInputSetContainerView:0x146524f0] (Names: '|':UITextEffectsWindow:0x146717d0 )> 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.
The conflicting constraints are highlighted in this screenshot: http://i.imgur.com/pUMt3Pz.png
Has anyone else encoutner this problem? Is there anything I can do from the app's code or in Xcode to prevent this from happening? or is this a bug in Xcode/iOS?