Git Product home page Git Product logo

Comments (5)

ccocchiaro avatar ccocchiaro commented on August 16, 2024

If the following setting is used to prevent auto layout constraints from being used, a different set of constraint warnings are output and the full screen view controller exhibits a different set of undesirable layout issues:

_ytPlayerView.translatesAutoresizingMaskIntoConstraints = YES;

2014-10-29 11:14:58.400 MomentumD[4585:1507681] 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:0x170294370 UIView:0x174381e10.centerX == YTPlayerView:0x1741bb820.centerX>",
"<NSAutoresizingMaskLayoutConstraint:0x17428cc60 h=--& v=--& YTPlayerView:0x1741bb820.midX == + 160>",
"<NSLayoutConstraint:0x1702903b0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x174381e10(375)]>",
"<NSAutoresizingMaskLayoutConstraint:0x170286c20 h=-&- v=-&- 'UIView-Encapsulated-Layout-Left' H:|-(0)-[UIView:0x174381e10] (Names: '|':UITransitionView:0x1366b2e40 )>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x170294370 UIView:0x174381e10.centerX == YTPlayerView:0x1741bb820.centerX>

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.
2014-10-29 11:14:58.435 MomentumD[4585:1507681] 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:0x17028ef60 UIView:0x174381e10.centerY == YTPlayerView:0x1741bb820.centerY>",
"<NSAutoresizingMaskLayoutConstraint:0x17428fc30 h=--& v=--& YTPlayerView:0x1741bb820.midY == + 284>",
"<NSLayoutConstraint:0x17028e010 'UIView-Encapsulated-Layout-Height' V:[UIView:0x174381e10(667)]>",
"<NSAutoresizingMaskLayoutConstraint:0x170290ea0 h=-&- v=-&- 'UIView-Encapsulated-Layout-Top' V:|-(0)-[UIView:0x174381e10] (Names: '|':UITransitionView:0x1366b2e40 )>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x17028ef60 UIView:0x174381e10.centerY == YTPlayerView:0x1741bb820.centerY>

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.
2014-10-29 11:14:58.822 MomentumD[4585:1507681] MTMYouTubeViewController.playerViewDidBecomeReady() called...
2014-10-29 11:14:58.853 MomentumD[4585:1507681] MTMYouTubeViewController.playerView.didChangeToState(): state = kYTPlayerStateBuffering
2014-10-29 11:15:00.372 MomentumD[4585:1507681] 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:0x170291210 UIImageView:0x1701fa800.centerX == AVAudioOnlyIndicatorView:0x1743822f0.centerX>",
"<NSLayoutConstraint:0x17428f000 H:|-(>=10)-[UIImageView:0x1701fa800](Names: '|':AVAudioOnlyIndicatorView:0x1743822f0)>",
"<NSLayoutConstraint:0x170294730 H:|-(0)-[AVAudioOnlyIndicatorView:0x1743822f0] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170294500 H:[AVAudioOnlyIndicatorView:0x1743822f0]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170294050 H:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x170291120 H:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x174284fb0 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x170291210 UIImageView:0x1701fa800.centerX == AVAudioOnlyIndicatorView:0x1743822f0.centerX>

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.
2014-10-29 11:15:00.377 MomentumD[4585:1507681] 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:0x17428f000 H:|-(>=10)-[UIImageView:0x1701fa800](Names: '|':AVAudioOnlyIndicatorView:0x1743822f0)>",
"<NSLayoutConstraint:0x17428c620 H:[UIImageView:0x1701fa800]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x1743822f0 )>",
"<NSLayoutConstraint:0x170294730 H:|-(0)-[AVAudioOnlyIndicatorView:0x1743822f0] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170294500 H:[AVAudioOnlyIndicatorView:0x1743822f0]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170294050 H:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x170291120 H:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x174284fb0 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x17428c620 H:[UIImageView:0x1701fa800]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x1743822f0 )>

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.
2014-10-29 11:15:00.383 MomentumD[4585:1507681] 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:0x174091c10 UIImageView:0x1741f8600.centerX == AVUnsupportedContentIndicatorView:0x174381ee0.centerX>",
"<NSLayoutConstraint:0x17428f190 H:[UIImageView:0x1741f8600]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x174381ee0 )>",
"<NSLayoutConstraint:0x17028db10 H:|-(0)-[AVUnsupportedContentIndicatorView:0x174381ee0] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170285fa0 H:[AVUnsupportedContentIndicatorView:0x174381ee0]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170294050 H:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x170291120 H:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x174284fb0 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x174091c10 UIImageView:0x1741f8600.centerX == AVUnsupportedContentIndicatorView:0x174381ee0.centerX>

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.
2014-10-29 11:15:00.390 MomentumD[4585:1507681] 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:0x17428f9b0 UIView:0x174382970.centerX == AVExternalPlaybackIndicatorView:0x1743a0a80.centerX>",
"<NSLayoutConstraint:0x17428ef60 H:|-(>=10)-[UIView:0x174382970](Names: '|':AVExternalPlaybackIndicatorView:0x1743a0a80)>",
"<NSLayoutConstraint:0x17028c3a0 H:|-(0)-[AVExternalPlaybackIndicatorView:0x1743a0a80] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x17028c440 H:[AVExternalPlaybackIndicatorView:0x1743a0a80]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170294050 H:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x170291120 H:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x174284fb0 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x17428f9b0 UIView:0x174382970.centerX == AVExternalPlaybackIndicatorView:0x1743a0a80.centerX>

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.
2014-10-29 11:15:00.391 MomentumD[4585:1507681] 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:0x17428ef60 H:|-(>=10)-[UIView:0x174382970](Names: '|':AVExternalPlaybackIndicatorView:0x1743a0a80)>",
"<NSLayoutConstraint:0x17428a550 H:[UIView:0x174382970]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x1743a0a80 )>",
"<NSLayoutConstraint:0x17028c3a0 H:|-(0)-[AVExternalPlaybackIndicatorView:0x1743a0a80] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x17028c440 H:[AVExternalPlaybackIndicatorView:0x1743a0a80]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170294050 H:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x170291120 H:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x174284fb0 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x17428a550 H:[UIView:0x174382970]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x1743a0a80 )>

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.
2014-10-29 11:15:00.394 MomentumD[4585:1507681] 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:0x17428cc10 H:|-(>=10)-[UIImageView:0x1741f8600](Names: '|':AVUnsupportedContentIndicatorView:0x174381ee0)>",
"<NSLayoutConstraint:0x17428f190 H:[UIImageView:0x1741f8600]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x174381ee0 )>",
"<NSLayoutConstraint:0x17028db10 H:|-(0)-[AVUnsupportedContentIndicatorView:0x174381ee0] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170285fa0 H:[AVUnsupportedContentIndicatorView:0x174381ee0]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170294050 H:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x170291120 H:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x174284fb0 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x17428f190 H:[UIImageView:0x1741f8600]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x174381ee0 )>

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.
2014-10-29 11:15:00.396 MomentumD[4585:1507681] 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:0x174091c10 UIImageView:0x1741f8600.centerX == AVUnsupportedContentIndicatorView:0x174381ee0.centerX>",
"<NSLayoutConstraint:0x17428cc10 H:|-(>=10)-[UIImageView:0x1741f8600](Names: '|':AVUnsupportedContentIndicatorView:0x174381ee0)>",
"<NSLayoutConstraint:0x17028db10 H:|-(0)-[AVUnsupportedContentIndicatorView:0x174381ee0] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170285fa0 H:[AVUnsupportedContentIndicatorView:0x174381ee0]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170294050 H:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x170291120 H:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x174284fb0 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x174091c10 UIImageView:0x1741f8600.centerX == AVUnsupportedContentIndicatorView:0x174381ee0.centerX>

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.
2014-10-29 11:15:00.400 MomentumD[4585:1507681] 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:0x17428eec0 UIView:0x174382970.centerY == AVExternalPlaybackIndicatorView:0x1743a0a80.centerY + 10>",
"<NSLayoutConstraint:0x17428a1e0 V:[UIView:0x174382970]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x1743a0a80 )>",
"<NSLayoutConstraint:0x174291350 V:|-(0)-[UIImageView:0x1741fcf00] (Names: '|':UIView:0x174382970 )>",
"<NSLayoutConstraint:0x174291850 V:[UIImageView:0x1741fcf00]-(20)-[UILabel:0x13658d510]>",
"<NSLayoutConstraint:0x174291210 V:[UILabel:0x13658d510]-(0)-[UILabel:0x1366bf3f0]>",
"<NSLayoutConstraint:0x174291260 V:[UILabel:0x1366bf3f0]-(0)-| (Names: '|':UIView:0x174382970 )>",
"<NSLayoutConstraint:0x17028fb90 V:|-(0)-[AVExternalPlaybackIndicatorView:0x1743a0a80] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x17028db60 V:[AVExternalPlaybackIndicatorView:0x1743a0a80]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170286900 V:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x1702894c0 V:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x17428db10 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x174291850 V:[UIImageView:0x1741fcf00]-(20)-[UILabel:0x13658d510]>

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.
2014-10-29 11:15:00.405 MomentumD[4585:1507681] 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:0x174291580 UIImageView:0x1701fa800.centerY == AVAudioOnlyIndicatorView:0x1743822f0.centerY + 10>",
"<NSLayoutConstraint:0x17428c990 V:[UIImageView:0x1701fa800]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x1743822f0 )>",
"<NSLayoutConstraint:0x17028c850 V:|-(0)-[AVAudioOnlyIndicatorView:0x1743822f0] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170284bf0 V:[AVAudioOnlyIndicatorView:0x1743822f0]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170286900 V:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x1702894c0 V:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x17428db10 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x174291580 UIImageView:0x1701fa800.centerY == AVAudioOnlyIndicatorView:0x1743822f0.centerY + 10>

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.
2014-10-29 11:15:00.408 MomentumD[4585:1507681] 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:0x17428eec0 UIView:0x174382970.centerY == AVExternalPlaybackIndicatorView:0x1743a0a80.centerY + 10>",
"<NSLayoutConstraint:0x17428a1e0 V:[UIView:0x174382970]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x1743a0a80 )>",
"<NSLayoutConstraint:0x17028fb90 V:|-(0)-[AVExternalPlaybackIndicatorView:0x1743a0a80] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x17028db60 V:[AVExternalPlaybackIndicatorView:0x1743a0a80]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170286900 V:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x1702894c0 V:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x17428db10 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x17428eec0 UIView:0x174382970.centerY == AVExternalPlaybackIndicatorView:0x1743a0a80.centerY + 10>

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.
2014-10-29 11:15:00.410 MomentumD[4585:1507681] 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:0x174289e20 UIImageView:0x1741f8600.centerY == AVUnsupportedContentIndicatorView:0x174381ee0.centerY + 10>",
"<NSLayoutConstraint:0x174284ba0 V:[UIImageView:0x1741f8600]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x174381ee0 )>",
"<NSLayoutConstraint:0x170285c80 V:|-(0)-[AVUnsupportedContentIndicatorView:0x174381ee0] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170285ff0 V:[AVUnsupportedContentIndicatorView:0x174381ee0]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170286900 V:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x1702894c0 V:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x17428db10 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x174289e20 UIImageView:0x1741f8600.centerY == AVUnsupportedContentIndicatorView:0x174381ee0.centerY + 10>

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.
2014-10-29 11:15:00.413 MomentumD[4585:1507681] 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:0x17428cbc0 V:|-(>=10)-[UIImageView:0x1741f8600](Names: '|':AVUnsupportedContentIndicatorView:0x174381ee0)>",
"<NSLayoutConstraint:0x174284ba0 V:[UIImageView:0x1741f8600]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x174381ee0 )>",
"<NSLayoutConstraint:0x170285c80 V:|-(0)-[AVUnsupportedContentIndicatorView:0x174381ee0] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170285ff0 V:[AVUnsupportedContentIndicatorView:0x174381ee0]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170286900 V:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x1702894c0 V:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x17428db10 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x174284ba0 V:[UIImageView:0x1741f8600]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x174381ee0 )>

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.
2014-10-29 11:15:00.417 MomentumD[4585:1507681] 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:0x17428a870 V:|-(>=10)-[UIImageView:0x1701fa800](Names: '|':AVAudioOnlyIndicatorView:0x1743822f0)>",
"<NSLayoutConstraint:0x17428c990 V:[UIImageView:0x1701fa800]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x1743822f0 )>",
"<NSLayoutConstraint:0x17028c850 V:|-(0)-[AVAudioOnlyIndicatorView:0x1743822f0] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170284bf0 V:[AVAudioOnlyIndicatorView:0x1743822f0]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170286900 V:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x1702894c0 V:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x17428db10 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x17428c990 V:[UIImageView:0x1701fa800]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x1743822f0 )>

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.
2014-10-29 11:15:00.419 MomentumD[4585:1507681] 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:0x1742878f0 V:|-(>=10)-[UIView:0x174382970](Names: '|':AVExternalPlaybackIndicatorView:0x1743a0a80)>",
"<NSLayoutConstraint:0x17428a1e0 V:[UIView:0x174382970]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x1743a0a80 )>",
"<NSLayoutConstraint:0x17028fb90 V:|-(0)-[AVExternalPlaybackIndicatorView:0x1743a0a80] (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x17028db60 V:[AVExternalPlaybackIndicatorView:0x1743a0a80]-(0)-| (Names: '|':UIView:0x17419f6f0 )>",
"<NSLayoutConstraint:0x170286900 V:|-(0)-[UIView:0x17419f6f0] (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x1702894c0 V:[UIView:0x17419f6f0]-(0)-| (Names: '|':AVPlayerView:0x174381fb0 )>",
"<NSLayoutConstraint:0x17428db10 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x174381fb0(1)]>"
)

Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x17428a1e0 V:[UIView:0x174382970]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x1743a0a80 )>

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.

from youtube-ios-player-helper.

Kowaio avatar Kowaio commented on August 16, 2024

Hi @ccocchiaro,

I'm experiencing the same issue in my case when I close the fullscreen mode by tapping the "OK" button. A lot of unsatisfying constraint pops out in the log and I'm experiencing weird behaviors throughout my app afterwards.

If you've found a fix since your first post, it'd be great!

Thanks a lot!

Best,
K

from youtube-ios-player-helper.

dfmuir avatar dfmuir commented on August 16, 2024

I am also experiencing this issue.

from youtube-ios-player-helper.

kevosauce avatar kevosauce commented on August 16, 2024

I'm getting this as well, but I see the issue has been closed. Is there a workaround?

from youtube-ios-player-helper.

pjamroz avatar pjamroz commented on August 16, 2024

I'm in similar situation right now. Is there any way to solve this?

from youtube-ios-player-helper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.