Giter VIP home page Giter VIP logo

simpletodo's People

Contributors

azamsharp avatar

Stargazers

Vincent avatar Nicole avatar Ashok Raja avatar chen avatar Hannus avatar Amol Dhage avatar  avatar Vincenzo Tipacti Moran avatar  avatar

Watchers

 avatar James Cloos avatar

Forkers

kdjanz

simpletodo's Issues

Constraint warnings / errors

When I try to run the app, I get the follow messages in the console...

2021-11-08 12:52:30.514495-0500 SimpleTodo[16786:1200365] [LayoutConstraints] 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. 
(
    "<NSLayoutConstraint:0x600001fedbd0 'BIB_Trailing_CB_Leading' H:[_UIModernBarButton:0x7f93822147b0]-(6)-[_UIModernBarButton:0x7f938211e980'All Tasks']   (active)>",
    "<NSLayoutConstraint:0x600001fedc20 'CB_Trailing_Trailing' _UIModernBarButton:0x7f938211e980'All Tasks'.trailing <= _UIButtonBarButton:0x7f9382115940.trailing   (active)>",
    "<NSLayoutConstraint:0x600001fee8f0 'UINav_static_button_horiz_position' _UIModernBarButton:0x7f93822147b0.leading == UILayoutGuide:0x6000005c96c0'UIViewLayoutMarginsGuide'.leading   (active)>",
    "<NSLayoutConstraint:0x600001fee940 'UINavItemContentGuide-leading' H:[_UIButtonBarButton:0x7f9382115940]-(6)-[UILayoutGuide:0x6000005c95e0'UINavigationBarItemContentLayoutGuide']   (active)>",
    "<NSLayoutConstraint:0x600001feb020 'UINavItemContentGuide-trailing' UILayoutGuide:0x6000005c95e0'UINavigationBarItemContentLayoutGuide'.trailing == _UINavigationBarContentView:0x7f938211d9b0.trailing   (active)>",
    "<NSLayoutConstraint:0x600001fe1db0 'UIView-Encapsulated-Layout-Width' _UINavigationBarContentView:0x7f938211d9b0.width == 0   (active)>",
    "<NSLayoutConstraint:0x600001feaf80 'UIView-leftMargin-guide-constraint' H:|-(8)-[UILayoutGuide:0x6000005c96c0'UIViewLayoutMarginsGuide'](LTR)   (active, names: '|':_UINavigationBarContentView:0x7f938211d9b0 )>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x600001fedbd0 'BIB_Trailing_CB_Leading' H:[_UIModernBarButton:0x7f93822147b0]-(6)-[_UIModernBarButton:0x7f938211e980'All Tasks']   (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
2021-11-08 12:52:30.515572-0500 SimpleTodo[16786:1200365] [LayoutConstraints] 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. 
(
    "<NSLayoutConstraint:0x600001fedb80 'BIB_Leading_Leading' H:|-(0)-[_UIModernBarButton:0x7f93822147b0]   (active, names: '|':_UIButtonBarButton:0x7f9382115940 )>",
    "<NSLayoutConstraint:0x600001fee8f0 'UINav_static_button_horiz_position' _UIModernBarButton:0x7f93822147b0.leading == UILayoutGuide:0x6000005c96c0'UIViewLayoutMarginsGuide'.leading   (active)>",
    "<NSLayoutConstraint:0x600001fee940 'UINavItemContentGuide-leading' H:[_UIButtonBarButton:0x7f9382115940]-(6)-[UILayoutGuide:0x6000005c95e0'UINavigationBarItemContentLayoutGuide']   (active)>",
    "<NSLayoutConstraint:0x600001feb020 'UINavItemContentGuide-trailing' UILayoutGuide:0x6000005c95e0'UINavigationBarItemContentLayoutGuide'.trailing == _UINavigationBarContentView:0x7f938211d9b0.trailing   (active)>",
    "<NSLayoutConstraint:0x600001fe1db0 'UIView-Encapsulated-Layout-Width' _UINavigationBarContentView:0x7f938211d9b0.width == 0   (active)>",
    "<NSLayoutConstraint:0x600001feaf80 'UIView-leftMargin-guide-constraint' H:|-(8)-[UILayoutGuide:0x6000005c96c0'UIViewLayoutMarginsGuide'](LTR)   (active, names: '|':_UINavigationBarContentView:0x7f938211d9b0 )>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x600001fedb80 'BIB_Leading_Leading' H:|-(0)-[_UIModernBarButton:0x7f93822147b0]   (active, names: '|':_UIButtonBarButton:0x7f9382115940 )>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
2021-11-08 12:52:30.527989-0500 SimpleTodo[16786:1200365] [LayoutConstraints] 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. 
(
    "<NSLayoutConstraint:0x600001fd5310 UIView:0x7f9381706be0.trailing == _UIBackButtonMaskView:0x7f9381708c90.trailing   (active)>",
    "<NSLayoutConstraint:0x600001fee1c0 'Mask_Trailing_Trailing' _UIBackButtonMaskView:0x7f9381708c90.trailing == _UIButtonBarButton:0x7f9382115940.trailing   (active)>",
    "<NSLayoutConstraint:0x600001fee300 'MaskEV_Leading_BIB_Trailing' H:[_UIModernBarButton:0x7f93822147b0]-(0)-[UIView:0x7f9381706be0]   (active)>",
    "<NSLayoutConstraint:0x600001fee8f0 'UINav_static_button_horiz_position' _UIModernBarButton:0x7f93822147b0.leading == UILayoutGuide:0x6000005c96c0'UIViewLayoutMarginsGuide'.leading   (active)>",
    "<NSLayoutConstraint:0x600001fee940 'UINavItemContentGuide-leading' H:[_UIButtonBarButton:0x7f9382115940]-(6)-[UILayoutGuide:0x6000005c95e0'UINavigationBarItemContentLayoutGuide']   (active)>",
    "<NSLayoutConstraint:0x600001feb020 'UINavItemContentGuide-trailing' UILayoutGuide:0x6000005c95e0'UINavigationBarItemContentLayoutGuide'.trailing == _UINavigationBarContentView:0x7f938211d9b0.trailing   (active)>",
    "<NSLayoutConstraint:0x600001fe1db0 'UIView-Encapsulated-Layout-Width' _UINavigationBarContentView:0x7f938211d9b0.width == 0   (active)>",
    "<NSLayoutConstraint:0x600001feaf80 'UIView-leftMargin-guide-constraint' H:|-(8)-[UILayoutGuide:0x6000005c96c0'UIViewLayoutMarginsGuide'](LTR)   (active, names: '|':_UINavigationBarContentView:0x7f938211d9b0 )>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x600001fd5310 UIView:0x7f9381706be0.trailing == _UIBackButtonMaskView:0x7f9381708c90.trailing   (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.
2021-11-08 12:52:30.588904-0500 SimpleTodo[16786:1200365] Writing analzed variants.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.