Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.68 KB | None | 0 0
  1. Creating context
  2. 2017-02-26 22:20:27.178583 PutInOne[12090:297221] [LayoutConstraints] Unable to simultaneously satisfy constraints.
  3. Probably at least one of the constraints in the following list is one you don't want.
  4. Try this:
  5. (1) look at each constraint and try to figure out which you don't expect;
  6. (2) find the code that added the unwanted constraint or constraints and fix it.
  7. (
  8. "<NSLayoutConstraint:0x600000282030 H:[UIButton:0x7fc3dff08660'Play']-(20)-| (active, names: '|':UIStackView:0x7fc3dfe01260 )>",
  9. "<NSLayoutConstraint:0x608000282030 'UISV-canvas-connection' UILayoutGuide:0x60800019b6c0'UIViewLayoutMarginsGuide'.trailing == UIButton:0x7fc3dff08660'Play'.trailing (active)>",
  10. "<NSLayoutConstraint:0x608000281680 'UIView-rightMargin-guide-constraint' H:[UILayoutGuide:0x60800019b6c0'UIViewLayoutMarginsGuide']-(8)-|(LTR) (active, names: '|':UIStackView:0x7fc3dfe01260 )>"
  11. )
  12.  
  13. Will attempt to recover by breaking constraint
  14. <NSLayoutConstraint:0x608000282030 'UISV-canvas-connection' UILayoutGuide:0x60800019b6c0'UIViewLayoutMarginsGuide'.trailing == UIButton:0x7fc3dff08660'Play'.trailing (active)>
  15.  
  16. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  17. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
  18. 2017-02-26 22:20:27.179508 PutInOne[12090:297221] [LayoutConstraints] Unable to simultaneously satisfy constraints.
  19. Probably at least one of the constraints in the following list is one you don't want.
  20. Try this:
  21. (1) look at each constraint and try to figure out which you don't expect;
  22. (2) find the code that added the unwanted constraint or constraints and fix it.
  23. (
  24. "<NSLayoutConstraint:0x600000282120 H:|-(20)-[UIButton:0x7fc3dff08660'Play'] (active, names: '|':UIStackView:0x7fc3dfe01260 )>",
  25. "<NSLayoutConstraint:0x608000281f40 'UISV-canvas-connection' UILayoutGuide:0x60800019b6c0'UIViewLayoutMarginsGuide'.leading == UIButton:0x7fc3dff08660'Play'.leading (active)>",
  26. "<NSLayoutConstraint:0x6080002814f0 'UIView-leftMargin-guide-constraint' H:|-(8)-[UILayoutGuide:0x60800019b6c0'UIViewLayoutMarginsGuide'](LTR) (active, names: '|':UIStackView:0x7fc3dfe01260 )>"
  27. )
  28.  
  29. Will attempt to recover by breaking constraint
  30. <NSLayoutConstraint:0x608000281f40 'UISV-canvas-connection' UILayoutGuide:0x60800019b6c0'UIViewLayoutMarginsGuide'.leading == UIButton:0x7fc3dff08660'Play'.leading (active)>
  31.  
  32. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  33. 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