Skip to content

Instantly share code, notes, and snippets.

@santiago
Created July 15, 2015 02:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save santiago/7a6b8394a02b7092c099 to your computer and use it in GitHub Desktop.
Save santiago/7a6b8394a02b7092c099 to your computer and use it in GitHub Desktop.
init coder
index item: 0
for ID: -1
configure cell
Yeah dude I'm totally set, I promise
2015-07-14 21:35:26.104 DrawPad[10913:784606] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"<NSLayoutConstraint:0x7fb069f22bb0 H:[UIImageView:0x7fb069f24810(276)]>",
"<NSLayoutConstraint:0x7fb069f277b0 H:[UIImageView:0x7fb069f24810]-(0)-| (Names: '|':UIView:0x7fb069f24700 )>",
"<NSLayoutConstraint:0x7fb069f278a0 H:|-(0)-[UIImageView:0x7fb069f24810] (Names: '|':UIView:0x7fb069f24700 )>",
"<NSAutoresizingMaskLayoutConstraint:0x7fb069f22530 h=--& v=--& H:[UIView:0x7fb069f24700(50)]>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x7fb069f22bb0 H:[UIImageView:0x7fb069f24810(276)]>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
2015-07-14 21:35:26.106 DrawPad[10913:784606] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"<NSLayoutConstraint:0x7fb069f21f60 V:[UIImageView:0x7fb069f24810(155)]>",
"<NSLayoutConstraint:0x7fb069f27760 V:|-(0)-[UIImageView:0x7fb069f24810] (Names: '|':UIView:0x7fb069f24700 )>",
"<NSLayoutConstraint:0x7fb069f27a30 V:[UIImageView:0x7fb069f24810]-(0)-[UIButton:0x7fb069f24990]>",
"<NSLayoutConstraint:0x7fb069f27ad0 V:[UIButton:0x7fb069f24990]-(0)-| (Names: '|':UIView:0x7fb069f24700 )>",
"<NSAutoresizingMaskLayoutConstraint:0x7fb069f27b70 h=--& v=--& V:[UIView:0x7fb069f24700(50)]>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x7fb069f21f60 V:[UIImageView:0x7fb069f24810(155)]>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
-1
Attempting to load stroke cells
<CGImage 0x7fb06c01a8a0>
<UIImage: 0x7fb069ee06b0> size {768, 432} orientation 0 scale 1.000000
<CGImage 0x7fb06c01c850>
<UIImage: 0x7fb069ea8f10> size {768, 432} orientation 0 scale 1.000000
<CGImage 0x7fb06c021140>
<UIImage: 0x7fb069ea38b0> size {768, 432} orientation 0 scale 1.000000
Number of cells: 100
No image layers found to load!
2015-07-14 21:35:28.492 DrawPad[10913:784606] Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want. Try this: (1) look at each constraint and try to figure out which you don't expect; (2) find the code that added the unwanted constraint or constraints and fix it. (Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand, refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints)
(
"<NSLayoutConstraint:0x7fb06c000930 H:[UITextField:0x7fb069dfb670(250)]>",
"<NSLayoutConstraint:0x7fb069eddb50 H:|-(175)-[UITextField:0x7fb069dfb670] (Names: '|':UIView:0x7fb069df9690 )>",
"<NSLayoutConstraint:0x7fb069edcac0 H:[UITextField:0x7fb069dfb670]-(175)-| (Names: '|':UIView:0x7fb069df9690 )>",
"<NSLayoutConstraint:0x7fb069edfa50 H:|-(0)-[UIView:0x7fb069df9690] (Names: '|':UIView:0x7fb069df9560 )>",
"<NSLayoutConstraint:0x7fb069edfb40 H:[UIView:0x7fb069df9690]-(0)-| (Names: '|':UIView:0x7fb069df9560 )>",
"<NSLayoutConstraint:0x7fb06c041460 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7fb069df9560(1024)]>"
)
Will attempt to recover by breaking constraint
<NSLayoutConstraint:0x7fb06c000930 H:[UITextField:0x7fb069dfb670(250)]>
Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKit/UIView.h> may also be helpful.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment