Description
When running KitchenSink->Play Movie->Local on device the below message is printed out into the console when the window opens.
*Note* I have only seen the message printed when using the two devices listed above and have seen as it printed as both [DEBUG] and [INFO]
[DEBUG] : Unable to simultaneously satisfy constraints.
[DEBUG] : 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)
[DEBUG] : (
[DEBUG] : "<NSLayoutConstraint:0x15e23da0 H:|-(34)-[MPKnockoutButton:0x15e25c70](LTR) (Names: '|':_UIBackdropContentView:0x15e30d70 )>",
[DEBUG] : "<NSLayoutConstraint:0x15e23e10 H:[MPKnockoutButton:0x15e25c70]-(34)-[MPDetailSlider:0x15d44310](LTR)>",
[DEBUG] : "<NSLayoutConstraint:0x15e23e40 H:[MPDetailSlider:0x15d44310]-(34)-[UIView:0x15d45030](LTR)>",
[DEBUG] : "<NSLayoutConstraint:0x15e23dd0 UIView:0x15d45030.right == _UIBackdropView:0x15e2d150.right>",
[DEBUG] : "<NSLayoutConstraint:0x15d552e0 H:|-(0)-[_UIBackdropView:0x15e2d150] (Names: '|':MPVideoPlaybackOverlayView:0x15e3e330 )>",
[DEBUG] : "<NSLayoutConstraint:0x15d449c0 H:[_UIBackdropView:0x15e2d150]-(0)-| (Names: '|':MPVideoPlaybackOverlayView:0x15e3e330 )>",
[DEBUG] : "<NSLayoutConstraint:0x15e20b10 H:[MPVideoPlaybackOverlayView:0x15e3e330(0)]>",
[DEBUG] : "<NSAutoresizingMaskLayoutConstraint:0x15d3e8e0 h=-&- v=-&- _UIBackdropContentView:0x15e30d70.midX == _UIBackdropView:0x15e2d150.midX>",
[DEBUG] : "<NSAutoresizingMaskLayoutConstraint:0x15d3e8b0 h=-&- v=-&- _UIBackdropContentView:0x15e30d70.width == _UIBackdropView:0x15e2d150.width>"
[DEBUG] : )
[DEBUG] :
[DEBUG] : Will attempt to recover by breaking constraint
[DEBUG] : <NSLayoutConstraint:0x15e23e10 H:[MPKnockoutButton:0x15e25c70]-(34)-[MPDetailSlider:0x15d44310](LTR)>
[DEBUG] :
[DEBUG] : Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
[DEBUG] : The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
Steps To Reproduce
1. Install KitchenSink from master branch onto a device
2. Run and open Phone->Play Movie->Local
Actual Result
The above message will be printed out into the console
Expected Result
There should be no error message
I'm also witnessing those messages on 5.3.0.GA
Resolving ticket as Invalid as there is now a new version of Kitchen Sink available and we no longer support the version which relates to this ticket.