Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-18207] iOS: Unexpected message printed in console when running KS->PlayMovie->Local '[INFO] : Unable to simultaneously satisfy constraints.'

GitHub Issuen/a
TypeBug
PriorityNone
StatusClosed
ResolutionInvalid
Resolution Date2017-05-02T20:19:01.000+0000
Affected Version/sRelease 3.5.0
Fix Version/sn/a
ComponentsiOS
Labelsqe-3.5.0
ReporterEwan Harris
AssigneeEric Merriman
Created2014-12-15T23:33:58.000+0000
Updated2017-05-02T20:19:01.000+0000

Description

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

Comments

  1. Ygor Lemos 2016-08-12

    I'm also witnessing those messages on 5.3.0.GA
  2. Lee Morris 2017-05-02

    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.

JSON Source