Advertisement
Guest User

UIWebView constraint problem

a guest
Oct 3rd, 2014
614
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 83.39 KB | None | 0 0
  1. Oct 3 08:17:37 MacBook-Pro-de-Matheus.local rtcreporting[4965] <Debug>: setMessageLoggingBlock: called
  2. 2014-10-03 08:17:39.213 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  3. 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)
  4. (
  5. "<NSLayoutConstraint:0x7fc92d323560 UIImageView:0x7fc92d33bb90.centerX == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerX>",
  6. "<NSLayoutConstraint:0x7fc92d323750 H:|-(>=10)-[UIImageView:0x7fc92d33bb90] (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  7. "<NSLayoutConstraint:0x7fc92d345bc0 H:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  8. "<NSLayoutConstraint:0x7fc92d345c10 H:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  9. "<NSLayoutConstraint:0x7fc92d3459f0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  10. "<NSLayoutConstraint:0x7fc92d345a40 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  11. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>"
  12. )
  13.  
  14. Will attempt to recover by breaking constraint
  15. <NSLayoutConstraint:0x7fc92d323560 UIImageView:0x7fc92d33bb90.centerX == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerX>
  16.  
  17. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  18. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  19. 2014-10-03 08:17:39.214 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  20. 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)
  21. (
  22. "<NSLayoutConstraint:0x7fc92d3432b0 UIView:0x7fc92d346ef0.centerX == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerX>",
  23. "<NSLayoutConstraint:0x7fc92d343960 H:|-(>=10)-[UIView:0x7fc92d346ef0] (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  24. "<NSLayoutConstraint:0x7fc92d345fc0 H:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  25. "<NSLayoutConstraint:0x7fc92d346010 H:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  26. "<NSLayoutConstraint:0x7fc92d3459f0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  27. "<NSLayoutConstraint:0x7fc92d345a40 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  28. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>"
  29. )
  30.  
  31. Will attempt to recover by breaking constraint
  32. <NSLayoutConstraint:0x7fc92d3432b0 UIView:0x7fc92d346ef0.centerX == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerX>
  33.  
  34. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  35. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  36. 2014-10-03 08:17:39.215 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  37. 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)
  38. (
  39. "<NSLayoutConstraint:0x7fc92d343960 H:|-(>=10)-[UIView:0x7fc92d346ef0] (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  40. "<NSLayoutConstraint:0x7fc92d3439b0 H:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  41. "<NSLayoutConstraint:0x7fc92d345fc0 H:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  42. "<NSLayoutConstraint:0x7fc92d346010 H:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  43. "<NSLayoutConstraint:0x7fc92d3459f0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  44. "<NSLayoutConstraint:0x7fc92d345a40 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  45. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>"
  46. )
  47.  
  48. Will attempt to recover by breaking constraint
  49. <NSLayoutConstraint:0x7fc92d3439b0 H:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>
  50.  
  51. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  52. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  53. 2014-10-03 08:17:39.216 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  54. 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)
  55. (
  56. "<NSLayoutConstraint:0x7fc92d323750 H:|-(>=10)-[UIImageView:0x7fc92d33bb90] (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  57. "<NSLayoutConstraint:0x7fc92d3237a0 H:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  58. "<NSLayoutConstraint:0x7fc92d345bc0 H:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  59. "<NSLayoutConstraint:0x7fc92d345c10 H:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  60. "<NSLayoutConstraint:0x7fc92d3459f0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  61. "<NSLayoutConstraint:0x7fc92d345a40 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  62. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>"
  63. )
  64.  
  65. Will attempt to recover by breaking constraint
  66. <NSLayoutConstraint:0x7fc92d3237a0 H:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>
  67.  
  68. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  69. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  70. 2014-10-03 08:17:39.217 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  71. 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)
  72. (
  73. "<NSLayoutConstraint:0x7fc92d301780 UIImageView:0x7fc92d335560.centerX == AVAudioOnlyIndicatorView:0x7fc92d335490.centerX>",
  74. "<NSLayoutConstraint:0x7fc92d3471d0 H:|-(>=10)-[UIImageView:0x7fc92d335560] (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  75. "<NSLayoutConstraint:0x7fc92d345dc0 H:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  76. "<NSLayoutConstraint:0x7fc92d345e10 H:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  77. "<NSLayoutConstraint:0x7fc92d3459f0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  78. "<NSLayoutConstraint:0x7fc92d345a40 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  79. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>"
  80. )
  81.  
  82. Will attempt to recover by breaking constraint
  83. <NSLayoutConstraint:0x7fc92d301780 UIImageView:0x7fc92d335560.centerX == AVAudioOnlyIndicatorView:0x7fc92d335490.centerX>
  84.  
  85. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  86. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  87. 2014-10-03 08:17:39.218 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  88. 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)
  89. (
  90. "<NSLayoutConstraint:0x7fc92d3471d0 H:|-(>=10)-[UIImageView:0x7fc92d335560] (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  91. "<NSLayoutConstraint:0x7fc92d347220 H:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  92. "<NSLayoutConstraint:0x7fc92d345dc0 H:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  93. "<NSLayoutConstraint:0x7fc92d345e10 H:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  94. "<NSLayoutConstraint:0x7fc92d3459f0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  95. "<NSLayoutConstraint:0x7fc92d345a40 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  96. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>"
  97. )
  98.  
  99. Will attempt to recover by breaking constraint
  100. <NSLayoutConstraint:0x7fc92d347220 H:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>
  101.  
  102. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  103. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  104. 2014-10-03 08:17:39.220 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  105. 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)
  106. (
  107. "<NSLayoutConstraint:0x7fc92d343330 UIView:0x7fc92d346ef0.centerY == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerY + 10>",
  108. "<NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  109. "<NSLayoutConstraint:0x7fc92d343e50 V:|-(0)-[UIImageView:0x7fc92d3422d0] (Names: '|':UIView:0x7fc92d346ef0 )>",
  110. "<NSLayoutConstraint:0x7fc92d343ea0 V:[UIImageView:0x7fc92d3422d0]-(20)-[UILabel:0x7fc92d343500]>",
  111. "<NSLayoutConstraint:0x7fc92d343ef0 V:[UILabel:0x7fc92d343500]-(0)-[UILabel:0x7fc92d342e60]>",
  112. "<NSLayoutConstraint:0x7fc92d343f40 V:[UILabel:0x7fc92d342e60]-(0)-| (Names: '|':UIView:0x7fc92d346ef0 )>",
  113. "<NSLayoutConstraint:0x7fc92d346090 V:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  114. "<NSLayoutConstraint:0x7fc92d3460e0 V:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  115. "<NSLayoutConstraint:0x7fc92d345ac0 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  116. "<NSLayoutConstraint:0x7fc92d345b10 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  117. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>"
  118. )
  119.  
  120. Will attempt to recover by breaking constraint
  121. <NSLayoutConstraint:0x7fc92d343ea0 V:[UIImageView:0x7fc92d3422d0]-(20)-[UILabel:0x7fc92d343500]>
  122.  
  123. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  124. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  125. 2014-10-03 08:17:39.222 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  126. 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)
  127. (
  128. "<NSLayoutConstraint:0x7fc92d347060 UIImageView:0x7fc92d335560.centerY == AVAudioOnlyIndicatorView:0x7fc92d335490.centerY + 10>",
  129. "<NSLayoutConstraint:0x7fc92d346da0 V:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  130. "<NSLayoutConstraint:0x7fc92d345ec0 V:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  131. "<NSLayoutConstraint:0x7fc92d345f10 V:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  132. "<NSLayoutConstraint:0x7fc92d345ac0 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  133. "<NSLayoutConstraint:0x7fc92d345b10 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  134. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>"
  135. )
  136.  
  137. Will attempt to recover by breaking constraint
  138. <NSLayoutConstraint:0x7fc92d347060 UIImageView:0x7fc92d335560.centerY == AVAudioOnlyIndicatorView:0x7fc92d335490.centerY + 10>
  139.  
  140. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  141. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  142. 2014-10-03 08:17:39.223 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  143. 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)
  144. (
  145. "<NSLayoutConstraint:0x7fc92d343330 UIView:0x7fc92d346ef0.centerY == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerY + 10>",
  146. "<NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  147. "<NSLayoutConstraint:0x7fc92d346090 V:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  148. "<NSLayoutConstraint:0x7fc92d3460e0 V:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  149. "<NSLayoutConstraint:0x7fc92d345ac0 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  150. "<NSLayoutConstraint:0x7fc92d345b10 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  151. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>"
  152. )
  153.  
  154. Will attempt to recover by breaking constraint
  155. <NSLayoutConstraint:0x7fc92d343330 UIView:0x7fc92d346ef0.centerY == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerY + 10>
  156.  
  157. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  158. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  159. 2014-10-03 08:17:39.224 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  160. 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)
  161. (
  162. "<NSLayoutConstraint:0x7fc92d3235e0 UIImageView:0x7fc92d33bb90.centerY == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerY + 10>",
  163. "<NSLayoutConstraint:0x7fc92d323870 V:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  164. "<NSLayoutConstraint:0x7fc92d345cc0 V:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  165. "<NSLayoutConstraint:0x7fc92d345d10 V:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  166. "<NSLayoutConstraint:0x7fc92d345ac0 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  167. "<NSLayoutConstraint:0x7fc92d345b10 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  168. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>"
  169. )
  170.  
  171. Will attempt to recover by breaking constraint
  172. <NSLayoutConstraint:0x7fc92d3235e0 UIImageView:0x7fc92d33bb90.centerY == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerY + 10>
  173.  
  174. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  175. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  176. 2014-10-03 08:17:39.225 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  177. 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)
  178. (
  179. "<NSLayoutConstraint:0x7fc92d346d50 V:|-(>=10)-[UIImageView:0x7fc92d335560] (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  180. "<NSLayoutConstraint:0x7fc92d346da0 V:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  181. "<NSLayoutConstraint:0x7fc92d345ec0 V:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  182. "<NSLayoutConstraint:0x7fc92d345f10 V:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  183. "<NSLayoutConstraint:0x7fc92d345ac0 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  184. "<NSLayoutConstraint:0x7fc92d345b10 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  185. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>"
  186. )
  187.  
  188. Will attempt to recover by breaking constraint
  189. <NSLayoutConstraint:0x7fc92d346da0 V:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>
  190.  
  191. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  192. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  193. 2014-10-03 08:17:39.225 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  194. 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)
  195. (
  196. "<NSLayoutConstraint:0x7fc92d343a60 V:|-(>=10)-[UIView:0x7fc92d346ef0] (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  197. "<NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  198. "<NSLayoutConstraint:0x7fc92d346090 V:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  199. "<NSLayoutConstraint:0x7fc92d3460e0 V:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  200. "<NSLayoutConstraint:0x7fc92d345ac0 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  201. "<NSLayoutConstraint:0x7fc92d345b10 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  202. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>"
  203. )
  204.  
  205. Will attempt to recover by breaking constraint
  206. <NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>
  207.  
  208. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  209. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  210. 2014-10-03 08:17:39.227 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  211. 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)
  212. (
  213. "<NSLayoutConstraint:0x7fc92d323820 V:|-(>=10)-[UIImageView:0x7fc92d33bb90] (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  214. "<NSLayoutConstraint:0x7fc92d323870 V:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  215. "<NSLayoutConstraint:0x7fc92d345cc0 V:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  216. "<NSLayoutConstraint:0x7fc92d345d10 V:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  217. "<NSLayoutConstraint:0x7fc92d345ac0 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  218. "<NSLayoutConstraint:0x7fc92d345b10 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  219. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>"
  220. )
  221.  
  222. Will attempt to recover by breaking constraint
  223. <NSLayoutConstraint:0x7fc92d323870 V:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>
  224.  
  225. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  226. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  227. 2014-10-03 08:17:41.879 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  228. 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)
  229. (
  230. "<NSLayoutConstraint:0x7fc92d3466c0 H:|-(0)-[UIView:0x7fc92d345550] (Names: '|':UIView:0x7fc92d33b920 )>",
  231. "<NSLayoutConstraint:0x7fc92d346710 H:[UIView:0x7fc92d345550]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  232. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  233. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  234. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>",
  235. "<NSLayoutConstraint:0x7fc92d446160 H:|-(14)-[UILabel:0x7fc92d44ce70'Slide your finger down to...'] (Names: '|':_UIBackdropContentView:0x7fc92d1ab460 )>",
  236. "<NSLayoutConstraint:0x7fc92d4461b0 H:[UILabel:0x7fc92d44ce70'Slide your finger down to...']-(14)-| (Names: '|':_UIBackdropContentView:0x7fc92d1ab460 )>",
  237. "<NSLayoutConstraint:0x7fc92d414870 H:|-(0)-[_UIBackdropView:0x7fc92d4551e0] (Names: '|':UIView:0x7fc92adf8420 )>",
  238. "<NSLayoutConstraint:0x7fc92d4148c0 H:[_UIBackdropView:0x7fc92d4551e0]-(0)-| (Names: '|':UIView:0x7fc92adf8420 )>",
  239. "<NSLayoutConstraint:0x7fc92d4380b0 H:|-(0)-[UIView:0x7fc92adf8420] (Names: '|':AVAlphaUpdatingView:0x7fc92addaca0 )>",
  240. "<NSLayoutConstraint:0x7fc92d438100 H:[UIView:0x7fc92adf8420]-(0)-| (Names: '|':AVAlphaUpdatingView:0x7fc92addaca0 )>",
  241. "<NSAutoresizingMaskLayoutConstraint:0x7fc92d468fa0 h=-&- v=-&- _UIBackdropContentView:0x7fc92d1ab460.width == _UIBackdropView:0x7fc92d4551e0.width>",
  242. "<NSLayoutConstraint:0x7fc92d478f00 H:|-(0)-[AVAlphaUpdatingView:0x7fc92addaca0] (Names: '|':UIView:0x7fc92d345550 )>",
  243. "<NSLayoutConstraint:0x7fc92d478f50 H:[AVAlphaUpdatingView:0x7fc92addaca0]-(0)-| (Names: '|':UIView:0x7fc92d345550 )>"
  244. )
  245.  
  246. Will attempt to recover by breaking constraint
  247. <NSLayoutConstraint:0x7fc92d4461b0 H:[UILabel:0x7fc92d44ce70'Slide your finger down to...']-(14)-| (Names: '|':_UIBackdropContentView:0x7fc92d1ab460 )>
  248.  
  249. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  250. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  251. 2014-10-03 08:17:41.881 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  252. 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)
  253. (
  254. "<NSLayoutConstraint:0x7fc92d3432b0 UIView:0x7fc92d346ef0.centerX == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerX>",
  255. "<NSLayoutConstraint:0x7fc92d345fc0 H:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  256. "<NSLayoutConstraint:0x7fc92d346010 H:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  257. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  258. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  259. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>",
  260. "<NSLayoutConstraint:0x7fc92d343960 H:|-(>=10)-[UIView:0x7fc92d346ef0] (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>"
  261. )
  262.  
  263. Will attempt to recover by breaking constraint
  264. <NSLayoutConstraint:0x7fc92d3432b0 UIView:0x7fc92d346ef0.centerX == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerX>
  265.  
  266. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  267. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  268. 2014-10-03 08:17:41.883 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  269. 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)
  270. (
  271. "<NSLayoutConstraint:0x7fc92d3466c0 H:|-(0)-[UIView:0x7fc92d345550] (Names: '|':UIView:0x7fc92d33b920 )>",
  272. "<NSLayoutConstraint:0x7fc92d346710 H:[UIView:0x7fc92d345550]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  273. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  274. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  275. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>",
  276. "<NSLayoutConstraint:0x7fc92d446260 H:|-(14)-[UILabel:0x7fc92d44d380'Hi-Speed Scrubbing'] (Names: '|':_UIBackdropContentView:0x7fc92d1ab460 )>",
  277. "<NSLayoutConstraint:0x7fc92d4462b0 H:[UILabel:0x7fc92d44d380'Hi-Speed Scrubbing']-(14)-| (Names: '|':_UIBackdropContentView:0x7fc92d1ab460 )>",
  278. "<NSLayoutConstraint:0x7fc92d414870 H:|-(0)-[_UIBackdropView:0x7fc92d4551e0] (Names: '|':UIView:0x7fc92adf8420 )>",
  279. "<NSLayoutConstraint:0x7fc92d4148c0 H:[_UIBackdropView:0x7fc92d4551e0]-(0)-| (Names: '|':UIView:0x7fc92adf8420 )>",
  280. "<NSLayoutConstraint:0x7fc92d4380b0 H:|-(0)-[UIView:0x7fc92adf8420] (Names: '|':AVAlphaUpdatingView:0x7fc92addaca0 )>",
  281. "<NSLayoutConstraint:0x7fc92d438100 H:[UIView:0x7fc92adf8420]-(0)-| (Names: '|':AVAlphaUpdatingView:0x7fc92addaca0 )>",
  282. "<NSAutoresizingMaskLayoutConstraint:0x7fc92d468fa0 h=-&- v=-&- _UIBackdropContentView:0x7fc92d1ab460.width == _UIBackdropView:0x7fc92d4551e0.width>",
  283. "<NSLayoutConstraint:0x7fc92d478f00 H:|-(0)-[AVAlphaUpdatingView:0x7fc92addaca0] (Names: '|':UIView:0x7fc92d345550 )>",
  284. "<NSLayoutConstraint:0x7fc92d478f50 H:[AVAlphaUpdatingView:0x7fc92addaca0]-(0)-| (Names: '|':UIView:0x7fc92d345550 )>"
  285. )
  286.  
  287. Will attempt to recover by breaking constraint
  288. <NSLayoutConstraint:0x7fc92d4462b0 H:[UILabel:0x7fc92d44d380'Hi-Speed Scrubbing']-(14)-| (Names: '|':_UIBackdropContentView:0x7fc92d1ab460 )>
  289.  
  290. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  291. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  292. 2014-10-03 08:17:41.884 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  293. 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)
  294. (
  295. "<NSLayoutConstraint:0x7fc92d343960 H:|-(>=10)-[UIView:0x7fc92d346ef0] (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  296. "<NSLayoutConstraint:0x7fc92d345fc0 H:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  297. "<NSLayoutConstraint:0x7fc92d346010 H:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  298. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  299. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  300. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>",
  301. "<NSLayoutConstraint:0x7fc92d3439b0 H:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>"
  302. )
  303.  
  304. Will attempt to recover by breaking constraint
  305. <NSLayoutConstraint:0x7fc92d3439b0 H:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>
  306.  
  307. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  308. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  309. 2014-10-03 08:17:41.885 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  310. 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)
  311. (
  312. "<NSLayoutConstraint:0x7fc92d323560 UIImageView:0x7fc92d33bb90.centerX == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerX>",
  313. "<NSLayoutConstraint:0x7fc92d323750 H:|-(>=10)-[UIImageView:0x7fc92d33bb90] (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  314. "<NSLayoutConstraint:0x7fc92d345bc0 H:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  315. "<NSLayoutConstraint:0x7fc92d345c10 H:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  316. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  317. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  318. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>"
  319. )
  320.  
  321. Will attempt to recover by breaking constraint
  322. <NSLayoutConstraint:0x7fc92d323560 UIImageView:0x7fc92d33bb90.centerX == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerX>
  323.  
  324. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  325. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  326. 2014-10-03 08:17:41.886 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  327. 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)
  328. (
  329. "<NSLayoutConstraint:0x7fc92d301780 UIImageView:0x7fc92d335560.centerX == AVAudioOnlyIndicatorView:0x7fc92d335490.centerX>",
  330. "<NSLayoutConstraint:0x7fc92d3471d0 H:|-(>=10)-[UIImageView:0x7fc92d335560] (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  331. "<NSLayoutConstraint:0x7fc92d345dc0 H:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  332. "<NSLayoutConstraint:0x7fc92d345e10 H:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  333. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  334. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  335. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>"
  336. )
  337.  
  338. Will attempt to recover by breaking constraint
  339. <NSLayoutConstraint:0x7fc92d301780 UIImageView:0x7fc92d335560.centerX == AVAudioOnlyIndicatorView:0x7fc92d335490.centerX>
  340.  
  341. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  342. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  343. 2014-10-03 08:17:41.888 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  344. 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)
  345. (
  346. "<NSLayoutConstraint:0x7fc92d3466c0 H:|-(0)-[UIView:0x7fc92d345550] (Names: '|':UIView:0x7fc92d33b920 )>",
  347. "<NSLayoutConstraint:0x7fc92d346710 H:[UIView:0x7fc92d345550]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  348. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  349. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  350. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>",
  351. "<NSLayoutConstraint:0x7fc92d423950 H:|-(0)-[_UIBackdropView:0x7fc92d4294a0] (Names: '|':UIView:0x7fc92d43d990 )>",
  352. "<NSLayoutConstraint:0x7fc92d4239a0 H:[_UIBackdropView:0x7fc92d4294a0]-(0)-| (Names: '|':UIView:0x7fc92d43d990 )>",
  353. "<NSLayoutConstraint:0x7fc92d4464c0 H:|-(0)-[UIView:0x7fc92d43d990] (Names: '|':AVAlphaUpdatingView:0x7fc92addaca0 )>",
  354. "<NSLayoutConstraint:0x7fc92d446510 H:[UIView:0x7fc92d43d990]-(0)-| (Names: '|':AVAlphaUpdatingView:0x7fc92addaca0 )>",
  355. "<NSAutoresizingMaskLayoutConstraint:0x7fc92d46d460 h=-&- v=-&- _UIBackdropContentView:0x7fc92adf37d0.width == _UIBackdropView:0x7fc92d4294a0.width>",
  356. "<NSLayoutConstraint:0x7fc92d478f00 H:|-(0)-[AVAlphaUpdatingView:0x7fc92addaca0] (Names: '|':UIView:0x7fc92d345550 )>",
  357. "<NSLayoutConstraint:0x7fc92d478f50 H:[AVAlphaUpdatingView:0x7fc92addaca0]-(0)-| (Names: '|':UIView:0x7fc92d345550 )>",
  358. "<NSLayoutConstraint:0x7fc92ad59950 H:|-(15)-[UIView:0x7fc92d4169c0](LTR) (Names: '|':_UIBackdropContentView:0x7fc92adf37d0 )>",
  359. "<NSLayoutConstraint:0x7fc92d44d7f0 UIView:0x7fc92d417010.right == _UIBackdropContentView:0x7fc92adf37d0.right - 15>",
  360. "<NSLayoutConstraint:0x7fc92d44be40 UIView:0x7fc92d4169c0.right == UIView:0x7fc92d417010.left>"
  361. )
  362.  
  363. Will attempt to recover by breaking constraint
  364. <NSLayoutConstraint:0x7fc92d4239a0 H:[_UIBackdropView:0x7fc92d4294a0]-(0)-| (Names: '|':UIView:0x7fc92d43d990 )>
  365.  
  366. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  367. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  368. 2014-10-03 08:17:41.889 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  369. 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)
  370. (
  371. "<NSLayoutConstraint:0x7fc92d323750 H:|-(>=10)-[UIImageView:0x7fc92d33bb90] (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  372. "<NSLayoutConstraint:0x7fc92d345bc0 H:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  373. "<NSLayoutConstraint:0x7fc92d345c10 H:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  374. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  375. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  376. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>",
  377. "<NSLayoutConstraint:0x7fc92d3237a0 H:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>"
  378. )
  379.  
  380. Will attempt to recover by breaking constraint
  381. <NSLayoutConstraint:0x7fc92d3237a0 H:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>
  382.  
  383. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  384. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  385. 2014-10-03 08:17:41.890 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  386. 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)
  387. (
  388. "<NSLayoutConstraint:0x7fc92d3471d0 H:|-(>=10)-[UIImageView:0x7fc92d335560] (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  389. "<NSLayoutConstraint:0x7fc92d345dc0 H:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  390. "<NSLayoutConstraint:0x7fc92d345e10 H:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  391. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  392. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  393. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>",
  394. "<NSLayoutConstraint:0x7fc92d347220 H:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>"
  395. )
  396.  
  397. Will attempt to recover by breaking constraint
  398. <NSLayoutConstraint:0x7fc92d347220 H:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>
  399.  
  400. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  401. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  402. 2014-10-03 08:17:41.892 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  403. 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)
  404. (
  405. "<NSLayoutConstraint:0x7fc92d3466c0 H:|-(0)-[UIView:0x7fc92d345550] (Names: '|':UIView:0x7fc92d33b920 )>",
  406. "<NSLayoutConstraint:0x7fc92d346710 H:[UIView:0x7fc92d345550]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  407. "<NSLayoutConstraint:0x7fc92d094db0 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  408. "<NSLayoutConstraint:0x7fc92d047950 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  409. "<NSLayoutConstraint:0x7fc92d0ae7a0 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fc92acc2770(1)]>",
  410. "<NSLayoutConstraint:0x7fc92d414d70 H:|-(0)-[UIView:0x7fc92d408300] (Names: '|':_UIBackdropContentView:0x7fc92d1ab460 )>",
  411. "<NSLayoutConstraint:0x7fc92d445f20 H:[UIView:0x7fc92d408300]-(0)-| (Names: '|':_UIBackdropContentView:0x7fc92d1ab460 )>",
  412. "<NSLayoutConstraint:0x7fc92d414870 H:|-(0)-[_UIBackdropView:0x7fc92d4551e0] (Names: '|':UIView:0x7fc92adf8420 )>",
  413. "<NSLayoutConstraint:0x7fc92d4148c0 H:[_UIBackdropView:0x7fc92d4551e0]-(0)-| (Names: '|':UIView:0x7fc92adf8420 )>",
  414. "<NSLayoutConstraint:0x7fc92d4380b0 H:|-(0)-[UIView:0x7fc92adf8420] (Names: '|':AVAlphaUpdatingView:0x7fc92addaca0 )>",
  415. "<NSLayoutConstraint:0x7fc92d438100 H:[UIView:0x7fc92adf8420]-(0)-| (Names: '|':AVAlphaUpdatingView:0x7fc92addaca0 )>",
  416. "<NSAutoresizingMaskLayoutConstraint:0x7fc92d468fa0 h=-&- v=-&- _UIBackdropContentView:0x7fc92d1ab460.width == _UIBackdropView:0x7fc92d4551e0.width>",
  417. "<NSLayoutConstraint:0x7fc92d478f00 H:|-(0)-[AVAlphaUpdatingView:0x7fc92addaca0] (Names: '|':UIView:0x7fc92d345550 )>",
  418. "<NSLayoutConstraint:0x7fc92d478f50 H:[AVAlphaUpdatingView:0x7fc92addaca0]-(0)-| (Names: '|':UIView:0x7fc92d345550 )>",
  419. "<NSLayoutConstraint:0x7fc92d46f3a0 H:|-(14)-[AVButton:0x7fc92d432af0'Done'](LTR) (Names: '|':UIView:0x7fc92d408300 )>",
  420. "<NSLayoutConstraint:0x7fc92adf93e0 H:[AVButton:0x7fc92d432af0'Done']-(0)-[UILabel:0x7fc92d4422a0'0:01'](LTR)>",
  421. "<NSLayoutConstraint:0x7fc92d472780 H:[UILabel:0x7fc92d4422a0'0:01'(55)]>",
  422. "<NSLayoutConstraint:0x7fc92d472c00 H:[UILabel:0x7fc92d4422a0'0:01']-(6)-[AVScrubber:0x7fc92d43e070](LTR)>",
  423. "<NSLayoutConstraint:0x7fc92d472c50 AVScrubber:0x7fc92d43e070.right == UILabel:0x7fc92ad7bf70'\U200e-0:00'.left - 6>",
  424. "<NSLayoutConstraint:0x7fc92d471840 UILabel:0x7fc92ad7bf70'\U200e-0:00'.right == AVButton:0x7fc92d41f1f0.left>",
  425. "<NSLayoutConstraint:0x7fc92d471890 H:[UILabel:0x7fc92ad7bf70'\U200e-0:00'(59)]>",
  426. "<NSLayoutConstraint:0x7fc92d471090 AVButton:0x7fc92d41f1f0.right == UIView:0x7fc92d408300.right - 15>"
  427. )
  428.  
  429. Will attempt to recover by breaking constraint
  430. <NSLayoutConstraint:0x7fc92d445f20 H:[UIView:0x7fc92d408300]-(0)-| (Names: '|':_UIBackdropContentView:0x7fc92d1ab460 )>
  431.  
  432. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  433. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  434. 2014-10-03 08:17:41.894 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  435. 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)
  436. (
  437. "<NSLayoutConstraint:0x7fc92d3235e0 UIImageView:0x7fc92d33bb90.centerY == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerY + 10>",
  438. "<NSLayoutConstraint:0x7fc92d323870 V:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  439. "<NSLayoutConstraint:0x7fc92d345cc0 V:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  440. "<NSLayoutConstraint:0x7fc92d345d10 V:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  441. "<NSLayoutConstraint:0x7fc92d028890 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  442. "<NSLayoutConstraint:0x7fc92d0af6f0 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  443. "<NSLayoutConstraint:0x7fc92d09d690 'UIView-Encapsulated-Layout-Height' V:[UIView:0x7fc92acc2770(1)]>"
  444. )
  445.  
  446. Will attempt to recover by breaking constraint
  447. <NSLayoutConstraint:0x7fc92d3235e0 UIImageView:0x7fc92d33bb90.centerY == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerY + 10>
  448.  
  449. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  450. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  451. 2014-10-03 08:17:41.895 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  452. 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)
  453. (
  454. "<NSLayoutConstraint:0x7fc92d347060 UIImageView:0x7fc92d335560.centerY == AVAudioOnlyIndicatorView:0x7fc92d335490.centerY + 10>",
  455. "<NSLayoutConstraint:0x7fc92d346da0 V:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  456. "<NSLayoutConstraint:0x7fc92d345ec0 V:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  457. "<NSLayoutConstraint:0x7fc92d345f10 V:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  458. "<NSLayoutConstraint:0x7fc92d028890 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  459. "<NSLayoutConstraint:0x7fc92d0af6f0 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  460. "<NSLayoutConstraint:0x7fc92d09d690 'UIView-Encapsulated-Layout-Height' V:[UIView:0x7fc92acc2770(1)]>"
  461. )
  462.  
  463. Will attempt to recover by breaking constraint
  464. <NSLayoutConstraint:0x7fc92d347060 UIImageView:0x7fc92d335560.centerY == AVAudioOnlyIndicatorView:0x7fc92d335490.centerY + 10>
  465.  
  466. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  467. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  468. 2014-10-03 08:17:41.896 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  469. 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)
  470. (
  471. "<NSLayoutConstraint:0x7fc92d343330 UIView:0x7fc92d346ef0.centerY == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerY + 10>",
  472. "<NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  473. "<NSLayoutConstraint:0x7fc92d343e50 V:|-(0)-[UIImageView:0x7fc92d3422d0] (Names: '|':UIView:0x7fc92d346ef0 )>",
  474. "<NSLayoutConstraint:0x7fc92d343ea0 V:[UIImageView:0x7fc92d3422d0]-(20)-[UILabel:0x7fc92d343500]>",
  475. "<NSLayoutConstraint:0x7fc92d343ef0 V:[UILabel:0x7fc92d343500]-(0)-[UILabel:0x7fc92d342e60]>",
  476. "<NSLayoutConstraint:0x7fc92d343f40 V:[UILabel:0x7fc92d342e60]-(0)-| (Names: '|':UIView:0x7fc92d346ef0 )>",
  477. "<NSLayoutConstraint:0x7fc92d346090 V:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  478. "<NSLayoutConstraint:0x7fc92d3460e0 V:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  479. "<NSLayoutConstraint:0x7fc92d028890 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  480. "<NSLayoutConstraint:0x7fc92d0af6f0 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  481. "<NSLayoutConstraint:0x7fc92d09d690 'UIView-Encapsulated-Layout-Height' V:[UIView:0x7fc92acc2770(1)]>"
  482. )
  483.  
  484. Will attempt to recover by breaking constraint
  485. <NSLayoutConstraint:0x7fc92d343ea0 V:[UIImageView:0x7fc92d3422d0]-(20)-[UILabel:0x7fc92d343500]>
  486.  
  487. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  488. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  489. 2014-10-03 08:17:41.898 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  490. 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)
  491. (
  492. "<NSLayoutConstraint:0x7fc92d343330 UIView:0x7fc92d346ef0.centerY == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerY + 10>",
  493. "<NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  494. "<NSLayoutConstraint:0x7fc92d346090 V:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  495. "<NSLayoutConstraint:0x7fc92d3460e0 V:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  496. "<NSLayoutConstraint:0x7fc92d028890 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  497. "<NSLayoutConstraint:0x7fc92d0af6f0 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  498. "<NSLayoutConstraint:0x7fc92d09d690 'UIView-Encapsulated-Layout-Height' V:[UIView:0x7fc92acc2770(1)]>"
  499. )
  500.  
  501. Will attempt to recover by breaking constraint
  502. <NSLayoutConstraint:0x7fc92d343330 UIView:0x7fc92d346ef0.centerY == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerY + 10>
  503.  
  504. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  505. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  506. 2014-10-03 08:17:41.899 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  507. 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)
  508. (
  509. "<NSLayoutConstraint:0x7fc92d323870 V:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  510. "<NSLayoutConstraint:0x7fc92d345cc0 V:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  511. "<NSLayoutConstraint:0x7fc92d345d10 V:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  512. "<NSLayoutConstraint:0x7fc92d028890 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  513. "<NSLayoutConstraint:0x7fc92d0af6f0 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  514. "<NSLayoutConstraint:0x7fc92d09d690 'UIView-Encapsulated-Layout-Height' V:[UIView:0x7fc92acc2770(1)]>",
  515. "<NSLayoutConstraint:0x7fc92d323820 V:|-(>=10)-[UIImageView:0x7fc92d33bb90] (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>"
  516. )
  517.  
  518. Will attempt to recover by breaking constraint
  519. <NSLayoutConstraint:0x7fc92d323870 V:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>
  520.  
  521. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  522. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  523. 2014-10-03 08:17:41.900 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  524. 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)
  525. (
  526. "<NSLayoutConstraint:0x7fc92d346da0 V:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  527. "<NSLayoutConstraint:0x7fc92d345ec0 V:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  528. "<NSLayoutConstraint:0x7fc92d345f10 V:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  529. "<NSLayoutConstraint:0x7fc92d028890 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  530. "<NSLayoutConstraint:0x7fc92d0af6f0 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  531. "<NSLayoutConstraint:0x7fc92d09d690 'UIView-Encapsulated-Layout-Height' V:[UIView:0x7fc92acc2770(1)]>",
  532. "<NSLayoutConstraint:0x7fc92d346d50 V:|-(>=10)-[UIImageView:0x7fc92d335560] (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>"
  533. )
  534.  
  535. Will attempt to recover by breaking constraint
  536. <NSLayoutConstraint:0x7fc92d346da0 V:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>
  537.  
  538. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  539. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  540. 2014-10-03 08:17:41.900 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  541. 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)
  542. (
  543. "<NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  544. "<NSLayoutConstraint:0x7fc92d346090 V:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  545. "<NSLayoutConstraint:0x7fc92d3460e0 V:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  546. "<NSLayoutConstraint:0x7fc92d028890 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':UIView:0x7fc92acc2770 )>",
  547. "<NSLayoutConstraint:0x7fc92d0af6f0 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':UIView:0x7fc92acc2770 )>",
  548. "<NSLayoutConstraint:0x7fc92d09d690 'UIView-Encapsulated-Layout-Height' V:[UIView:0x7fc92acc2770(1)]>",
  549. "<NSLayoutConstraint:0x7fc92d343a60 V:|-(>=10)-[UIView:0x7fc92d346ef0] (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>"
  550. )
  551.  
  552. Will attempt to recover by breaking constraint
  553. <NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>
  554.  
  555. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  556. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  557. 2014-10-03 08:17:42.315 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  558. 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)
  559. (
  560. "<NSLayoutConstraint:0x7fc92d323560 UIImageView:0x7fc92d33bb90.centerX == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerX>",
  561. "<NSLayoutConstraint:0x7fc92d323750 H:|-(>=10)-[UIImageView:0x7fc92d33bb90] (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  562. "<NSLayoutConstraint:0x7fc92d345bc0 H:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  563. "<NSLayoutConstraint:0x7fc92d345c10 H:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  564. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>",
  565. "<NSLayoutConstraint:0x7fc92ac76270 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  566. "<NSLayoutConstraint:0x7fc92aca5ef0 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  567. )
  568.  
  569. Will attempt to recover by breaking constraint
  570. <NSLayoutConstraint:0x7fc92d323560 UIImageView:0x7fc92d33bb90.centerX == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerX>
  571.  
  572. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  573. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  574. 2014-10-03 08:17:42.316 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  575. 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)
  576. (
  577. "<NSLayoutConstraint:0x7fc92d3432b0 UIView:0x7fc92d346ef0.centerX == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerX>",
  578. "<NSLayoutConstraint:0x7fc92d343960 H:|-(>=10)-[UIView:0x7fc92d346ef0] (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  579. "<NSLayoutConstraint:0x7fc92d345fc0 H:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  580. "<NSLayoutConstraint:0x7fc92d346010 H:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  581. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>",
  582. "<NSLayoutConstraint:0x7fc92ac76270 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  583. "<NSLayoutConstraint:0x7fc92aca5ef0 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  584. )
  585.  
  586. Will attempt to recover by breaking constraint
  587. <NSLayoutConstraint:0x7fc92d3432b0 UIView:0x7fc92d346ef0.centerX == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerX>
  588.  
  589. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  590. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  591. 2014-10-03 08:17:42.317 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  592. 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)
  593. (
  594. "<NSLayoutConstraint:0x7fc92d343960 H:|-(>=10)-[UIView:0x7fc92d346ef0] (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  595. "<NSLayoutConstraint:0x7fc92d3439b0 H:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  596. "<NSLayoutConstraint:0x7fc92d345fc0 H:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  597. "<NSLayoutConstraint:0x7fc92d346010 H:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  598. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>",
  599. "<NSLayoutConstraint:0x7fc92ac76270 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  600. "<NSLayoutConstraint:0x7fc92aca5ef0 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  601. )
  602.  
  603. Will attempt to recover by breaking constraint
  604. <NSLayoutConstraint:0x7fc92d3439b0 H:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>
  605.  
  606. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  607. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  608. 2014-10-03 08:17:42.317 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  609. 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)
  610. (
  611. "<NSLayoutConstraint:0x7fc92d323750 H:|-(>=10)-[UIImageView:0x7fc92d33bb90] (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  612. "<NSLayoutConstraint:0x7fc92d3237a0 H:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  613. "<NSLayoutConstraint:0x7fc92d345bc0 H:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  614. "<NSLayoutConstraint:0x7fc92d345c10 H:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  615. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>",
  616. "<NSLayoutConstraint:0x7fc92ac76270 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  617. "<NSLayoutConstraint:0x7fc92aca5ef0 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  618. )
  619.  
  620. Will attempt to recover by breaking constraint
  621. <NSLayoutConstraint:0x7fc92d3237a0 H:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>
  622.  
  623. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  624. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  625. 2014-10-03 08:17:42.318 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  626. 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)
  627. (
  628. "<NSLayoutConstraint:0x7fc92d301780 UIImageView:0x7fc92d335560.centerX == AVAudioOnlyIndicatorView:0x7fc92d335490.centerX>",
  629. "<NSLayoutConstraint:0x7fc92d3471d0 H:|-(>=10)-[UIImageView:0x7fc92d335560] (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  630. "<NSLayoutConstraint:0x7fc92d345dc0 H:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  631. "<NSLayoutConstraint:0x7fc92d345e10 H:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  632. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>",
  633. "<NSLayoutConstraint:0x7fc92ac76270 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  634. "<NSLayoutConstraint:0x7fc92aca5ef0 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  635. )
  636.  
  637. Will attempt to recover by breaking constraint
  638. <NSLayoutConstraint:0x7fc92d301780 UIImageView:0x7fc92d335560.centerX == AVAudioOnlyIndicatorView:0x7fc92d335490.centerX>
  639.  
  640. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  641. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  642. 2014-10-03 08:17:42.319 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  643. 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)
  644. (
  645. "<NSLayoutConstraint:0x7fc92d3471d0 H:|-(>=10)-[UIImageView:0x7fc92d335560] (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  646. "<NSLayoutConstraint:0x7fc92d347220 H:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  647. "<NSLayoutConstraint:0x7fc92d345dc0 H:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  648. "<NSLayoutConstraint:0x7fc92d345e10 H:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  649. "<NSLayoutConstraint:0x7fc92d1bc140 'UIView-Encapsulated-Layout-Width' H:[AVPlayerView:0x7fc92d33b830(1)]>",
  650. "<NSLayoutConstraint:0x7fc92ac76270 H:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  651. "<NSLayoutConstraint:0x7fc92aca5ef0 H:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  652. )
  653.  
  654. Will attempt to recover by breaking constraint
  655. <NSLayoutConstraint:0x7fc92d347220 H:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>
  656.  
  657. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  658. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  659. 2014-10-03 08:17:42.320 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  660. 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)
  661. (
  662. "<NSLayoutConstraint:0x7fc92d343330 UIView:0x7fc92d346ef0.centerY == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerY + 10>",
  663. "<NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  664. "<NSLayoutConstraint:0x7fc92d343e50 V:|-(0)-[UIImageView:0x7fc92d3422d0] (Names: '|':UIView:0x7fc92d346ef0 )>",
  665. "<NSLayoutConstraint:0x7fc92d343ea0 V:[UIImageView:0x7fc92d3422d0]-(20)-[UILabel:0x7fc92d343500]>",
  666. "<NSLayoutConstraint:0x7fc92d343ef0 V:[UILabel:0x7fc92d343500]-(0)-[UILabel:0x7fc92d342e60]>",
  667. "<NSLayoutConstraint:0x7fc92d343f40 V:[UILabel:0x7fc92d342e60]-(0)-| (Names: '|':UIView:0x7fc92d346ef0 )>",
  668. "<NSLayoutConstraint:0x7fc92d346090 V:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  669. "<NSLayoutConstraint:0x7fc92d3460e0 V:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  670. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>",
  671. "<NSLayoutConstraint:0x7fc92d341010 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  672. "<NSLayoutConstraint:0x7fc92d31ff70 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  673. )
  674.  
  675. Will attempt to recover by breaking constraint
  676. <NSLayoutConstraint:0x7fc92d343ea0 V:[UIImageView:0x7fc92d3422d0]-(20)-[UILabel:0x7fc92d343500]>
  677.  
  678. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  679. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  680. 2014-10-03 08:17:42.321 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  681. 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)
  682. (
  683. "<NSLayoutConstraint:0x7fc92d347060 UIImageView:0x7fc92d335560.centerY == AVAudioOnlyIndicatorView:0x7fc92d335490.centerY + 10>",
  684. "<NSLayoutConstraint:0x7fc92d346da0 V:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  685. "<NSLayoutConstraint:0x7fc92d345ec0 V:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  686. "<NSLayoutConstraint:0x7fc92d345f10 V:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  687. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>",
  688. "<NSLayoutConstraint:0x7fc92d341010 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  689. "<NSLayoutConstraint:0x7fc92d31ff70 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  690. )
  691.  
  692. Will attempt to recover by breaking constraint
  693. <NSLayoutConstraint:0x7fc92d347060 UIImageView:0x7fc92d335560.centerY == AVAudioOnlyIndicatorView:0x7fc92d335490.centerY + 10>
  694.  
  695. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  696. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  697. 2014-10-03 08:17:42.322 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  698. 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)
  699. (
  700. "<NSLayoutConstraint:0x7fc92d343330 UIView:0x7fc92d346ef0.centerY == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerY + 10>",
  701. "<NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  702. "<NSLayoutConstraint:0x7fc92d346090 V:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  703. "<NSLayoutConstraint:0x7fc92d3460e0 V:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  704. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>",
  705. "<NSLayoutConstraint:0x7fc92d341010 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  706. "<NSLayoutConstraint:0x7fc92d31ff70 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  707. )
  708.  
  709. Will attempt to recover by breaking constraint
  710. <NSLayoutConstraint:0x7fc92d343330 UIView:0x7fc92d346ef0.centerY == AVExternalPlaybackIndicatorView:0x7fc92d346df0.centerY + 10>
  711.  
  712. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  713. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  714. 2014-10-03 08:17:42.323 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  715. 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)
  716. (
  717. "<NSLayoutConstraint:0x7fc92d3235e0 UIImageView:0x7fc92d33bb90.centerY == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerY + 10>",
  718. "<NSLayoutConstraint:0x7fc92d323870 V:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  719. "<NSLayoutConstraint:0x7fc92d345cc0 V:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  720. "<NSLayoutConstraint:0x7fc92d345d10 V:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  721. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>",
  722. "<NSLayoutConstraint:0x7fc92d341010 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  723. "<NSLayoutConstraint:0x7fc92d31ff70 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  724. )
  725.  
  726. Will attempt to recover by breaking constraint
  727. <NSLayoutConstraint:0x7fc92d3235e0 UIImageView:0x7fc92d33bb90.centerY == AVUnsupportedContentIndicatorView:0x7fc92d33baa0.centerY + 10>
  728.  
  729. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  730. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  731. 2014-10-03 08:17:42.324 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  732. 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)
  733. (
  734. "<NSLayoutConstraint:0x7fc92d346d50 V:|-(>=10)-[UIImageView:0x7fc92d335560] (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  735. "<NSLayoutConstraint:0x7fc92d346da0 V:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>",
  736. "<NSLayoutConstraint:0x7fc92d345ec0 V:|-(0)-[AVAudioOnlyIndicatorView:0x7fc92d335490] (Names: '|':UIView:0x7fc92d33b920 )>",
  737. "<NSLayoutConstraint:0x7fc92d345f10 V:[AVAudioOnlyIndicatorView:0x7fc92d335490]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  738. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>",
  739. "<NSLayoutConstraint:0x7fc92d341010 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  740. "<NSLayoutConstraint:0x7fc92d31ff70 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  741. )
  742.  
  743. Will attempt to recover by breaking constraint
  744. <NSLayoutConstraint:0x7fc92d346da0 V:[UIImageView:0x7fc92d335560]-(>=10)-| (Names: '|':AVAudioOnlyIndicatorView:0x7fc92d335490 )>
  745.  
  746. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  747. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  748. 2014-10-03 08:17:42.325 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  749. 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)
  750. (
  751. "<NSLayoutConstraint:0x7fc92d343a60 V:|-(>=10)-[UIView:0x7fc92d346ef0] (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  752. "<NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>",
  753. "<NSLayoutConstraint:0x7fc92d346090 V:|-(0)-[AVExternalPlaybackIndicatorView:0x7fc92d346df0] (Names: '|':UIView:0x7fc92d33b920 )>",
  754. "<NSLayoutConstraint:0x7fc92d3460e0 V:[AVExternalPlaybackIndicatorView:0x7fc92d346df0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  755. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>",
  756. "<NSLayoutConstraint:0x7fc92d341010 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  757. "<NSLayoutConstraint:0x7fc92d31ff70 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  758. )
  759.  
  760. Will attempt to recover by breaking constraint
  761. <NSLayoutConstraint:0x7fc92d343ab0 V:[UIView:0x7fc92d346ef0]-(>=10)-| (Names: '|':AVExternalPlaybackIndicatorView:0x7fc92d346df0 )>
  762.  
  763. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  764. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  765. 2014-10-03 08:17:42.326 CanalDoOtarioV2[4965:290432] Unable to simultaneously satisfy constraints.
  766. 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)
  767. (
  768. "<NSLayoutConstraint:0x7fc92d323820 V:|-(>=10)-[UIImageView:0x7fc92d33bb90] (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  769. "<NSLayoutConstraint:0x7fc92d323870 V:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>",
  770. "<NSLayoutConstraint:0x7fc92d345cc0 V:|-(0)-[AVUnsupportedContentIndicatorView:0x7fc92d33baa0] (Names: '|':UIView:0x7fc92d33b920 )>",
  771. "<NSLayoutConstraint:0x7fc92d345d10 V:[AVUnsupportedContentIndicatorView:0x7fc92d33baa0]-(0)-| (Names: '|':UIView:0x7fc92d33b920 )>",
  772. "<NSLayoutConstraint:0x7fc92d1bc190 'UIView-Encapsulated-Layout-Height' V:[AVPlayerView:0x7fc92d33b830(1)]>",
  773. "<NSLayoutConstraint:0x7fc92d341010 V:|-(0)-[UIView:0x7fc92d33b920] (Names: '|':AVPlayerView:0x7fc92d33b830 )>",
  774. "<NSLayoutConstraint:0x7fc92d31ff70 V:[UIView:0x7fc92d33b920]-(0)-| (Names: '|':AVPlayerView:0x7fc92d33b830 )>"
  775. )
  776.  
  777. Will attempt to recover by breaking constraint
  778. <NSLayoutConstraint:0x7fc92d323870 V:[UIImageView:0x7fc92d33bb90]-(>=10)-| (Names: '|':AVUnsupportedContentIndicatorView:0x7fc92d33baa0 )>
  779.  
  780. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  781. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement