redribben

console

Jan 17th, 2015
298
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.04 KB | None | 0 0
  1. 2015-01-17 17:17:12.325 trash[3721:477031] {{0, 0}, {600, 600}}
  2. 2015-01-17 17:17:12.333 trash[3721:477031] 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. "<NSIBPrototypingLayoutConstraint:0x7facdb535670 'IB auto generated at build time for view with fixed frame' H:[UIScrollView:0x7facdd8063a0(600)]>",
  6. "<NSLayoutConstraint:0x7facdb510a50 UIView:0x7facdd805f10.width == UIScrollView:0x7facdd8063a0.width>",
  7. "<NSLayoutConstraint:0x7facdb533f20 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7facdd805f10(414)]>"
  8. )
  9.  
  10. Will attempt to recover by breaking constraint
  11. <NSLayoutConstraint:0x7facdb510a50 UIView:0x7facdd805f10.width == UIScrollView:0x7facdd8063a0.width>
  12.  
  13. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  14. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  15. 2015-01-17 17:17:12.367 trash[3721:477031] Unable to simultaneously satisfy constraints.
  16. 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)
  17. (
  18. "<NSIBPrototypingLayoutConstraint:0x7facdb534f10 'IB auto generated at build time for view with fixed frame' H:|-(0)-[UIScrollView:0x7facdd8063a0](LTR) (Names: '|':UIView:0x7facdd805f10 )>",
  19. "<NSIBPrototypingLayoutConstraint:0x7facdb535670 'IB auto generated at build time for view with fixed frame' H:[UIScrollView:0x7facdd8063a0(600)]>",
  20. "<NSLayoutConstraint:0x7facdb535cb0 H:[UIScrollView:0x7facdd8063a0]-(0)-|(LTR) (Names: '|':UIView:0x7facdd805f10 )>",
  21. "<NSLayoutConstraint:0x7facdb533f20 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7facdd805f10(414)]>"
  22. )
  23.  
  24. Will attempt to recover by breaking constraint
  25. <NSLayoutConstraint:0x7facdb535cb0 H:[UIScrollView:0x7facdd8063a0]-(0)-|(LTR) (Names: '|':UIView:0x7facdd805f10 )>
  26.  
  27. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  28. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  29. 2015-01-17 17:17:12.387 trash[3721:477031] Unable to simultaneously satisfy constraints.
  30. 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)
  31. (
  32. "<NSIBPrototypingLayoutConstraint:0x7facdb5356c0 'IB auto generated at build time for view with fixed frame' V:[UIScrollView:0x7facdd8063a0(600)]>",
  33. "<NSLayoutConstraint:0x7facdb533d40 UIView:0x7facdd805f10.height == UIScrollView:0x7facdd8063a0.height>",
  34. "<NSLayoutConstraint:0x7facdb533f70 'UIView-Encapsulated-Layout-Height' V:[UIView:0x7facdd805f10(736)]>"
  35. )
  36.  
  37. Will attempt to recover by breaking constraint
  38. <NSLayoutConstraint:0x7facdb533d40 UIView:0x7facdd805f10.height == UIScrollView:0x7facdd8063a0.height>
  39.  
  40. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  41. 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