Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 2015-01-17 17:17:12.325 trash[3721:477031] {{0, 0}, {600, 600}}
- 2015-01-17 17:17:12.333 trash[3721:477031] 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)
- (
- "<NSIBPrototypingLayoutConstraint:0x7facdb535670 'IB auto generated at build time for view with fixed frame' H:[UIScrollView:0x7facdd8063a0(600)]>",
- "<NSLayoutConstraint:0x7facdb510a50 UIView:0x7facdd805f10.width == UIScrollView:0x7facdd8063a0.width>",
- "<NSLayoutConstraint:0x7facdb533f20 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7facdd805f10(414)]>"
- )
- Will attempt to recover by breaking constraint
- <NSLayoutConstraint:0x7facdb510a50 UIView:0x7facdd805f10.width == UIScrollView:0x7facdd8063a0.width>
- 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-01-17 17:17:12.367 trash[3721:477031] 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)
- (
- "<NSIBPrototypingLayoutConstraint:0x7facdb534f10 'IB auto generated at build time for view with fixed frame' H:|-(0)-[UIScrollView:0x7facdd8063a0](LTR) (Names: '|':UIView:0x7facdd805f10 )>",
- "<NSIBPrototypingLayoutConstraint:0x7facdb535670 'IB auto generated at build time for view with fixed frame' H:[UIScrollView:0x7facdd8063a0(600)]>",
- "<NSLayoutConstraint:0x7facdb535cb0 H:[UIScrollView:0x7facdd8063a0]-(0)-|(LTR) (Names: '|':UIView:0x7facdd805f10 )>",
- "<NSLayoutConstraint:0x7facdb533f20 'UIView-Encapsulated-Layout-Width' H:[UIView:0x7facdd805f10(414)]>"
- )
- Will attempt to recover by breaking constraint
- <NSLayoutConstraint:0x7facdb535cb0 H:[UIScrollView:0x7facdd8063a0]-(0)-|(LTR) (Names: '|':UIView:0x7facdd805f10 )>
- 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-01-17 17:17:12.387 trash[3721:477031] 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)
- (
- "<NSIBPrototypingLayoutConstraint:0x7facdb5356c0 'IB auto generated at build time for view with fixed frame' V:[UIScrollView:0x7facdd8063a0(600)]>",
- "<NSLayoutConstraint:0x7facdb533d40 UIView:0x7facdd805f10.height == UIScrollView:0x7facdd8063a0.height>",
- "<NSLayoutConstraint:0x7facdb533f70 'UIView-Encapsulated-Layout-Height' V:[UIView:0x7facdd805f10(736)]>"
- )
- Will attempt to recover by breaking constraint
- <NSLayoutConstraint:0x7facdb533d40 UIView:0x7facdd805f10.height == UIScrollView:0x7facdd8063a0.height>
- 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.
Advertisement
Add Comment
Please, Sign In to add comment