Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2020
186
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.15 KB | None | 0 0
  1. 2020-03-23 19:04:40.510725+0100 NetPlayer[4234:292051] [LayoutConstraints] Unable to simultaneously satisfy constraints.
  2. Probably at least one of the constraints in the following list is one you don't want.
  3. Try this:
  4. (1) look at each constraint and try to figure out which you don't expect;
  5. (2) find the code that added the unwanted constraint or constraints and fix it.
  6. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
  7. (
  8. "<NSAutoresizingMaskLayoutConstraint:0x6000023bc7d0 h=--& v=--& UICollectionView:0x7faa86814a00.height == 0 (active)>",
  9. "<NSLayoutConstraint:0x6000023b93b0 UICollectionView:0x7faa86814a00.height == 276 (active)>"
  10. )
  11.  
  12. Will attempt to recover by breaking constraint
  13. <NSLayoutConstraint:0x6000023b93b0 UICollectionView:0x7faa86814a00.height == 276 (active)>
  14.  
  15. Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
  16. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement