expandable-collection-view-kit icon indicating copy to clipboard operation
expandable-collection-view-kit copied to clipboard

Nothing show in the view controller

Open mca14012021 opened this issue 5 years ago • 3 comments

we follow each step as mentioned but when we run the project the nothing will show on the screen its a blank screen. could you please help us

mca14012021 avatar Apr 23 '20 18:04 mca14012021

Hi @mca14012021,

Sorry for a late reply. Sure not a problem, I will write you back as soon as I have a chance.

eleev avatar May 13 '20 13:05 eleev

Hey @mca14012021! I know I'm late to answer your question, but if you're still running into the same issue I'd be happy to help?

mori-ahk avatar Sep 06 '21 23:09 mori-ahk

Hey @mca14012021! I know I'm late to answer your question, but if you're still running into the same issue I'd be happy to help?

Hello,

The UI comes but then disappears

Error -

`2023-07-02 16:19:27.325606+0530 cad-ios[5551:98550] [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:0x6000019ad680 UILabel:0x139f368e0.trailing == UILabel:0x139f36be0.leading (active)>", "<NSLayoutConstraint:0x6000019acf00 H:[UILabel:0x139f368e0]-(16)-[UILabel:0x139f36be0] (active)>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x6000019acf00 H:[UILabel:0x139f368e0]-(16)-[UILabel:0x139f36be0] (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. 2023-07-02 16:19:27.339008+0530 cad-ios[5551:98550] [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:0x6000019ae580 UILabel:0x139f469a0.trailing == UILabel:0x139f4c530.leading (active)>", "<NSLayoutConstraint:0x6000019ae670 H:[UILabel:0x139f469a0]-(16)-[UILabel:0x139f4c530] (active)>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x6000019ae670 H:[UILabel:0x139f469a0]-(16)-[UILabel:0x139f4c530] (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. 2023-07-02 16:19:27.342629+0530 cad-ios[5551:98550] [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:0x6000019af160 UILabel:0x139f51150.trailing == UILabel:0x139f51450.leading (active)>", "<NSLayoutConstraint:0x6000019af250 H:[UILabel:0x139f51150]-(16)-[UILabel:0x139f51450] (active)>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x6000019af250 H:[UILabel:0x139f51150]-(16)-[UILabel:0x139f51450] (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. 2023-07-02 16:19:27.346375+0530 cad-ios[5551:98550] [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:0x6000019afd40 UILabel:0x139f533f0.trailing == UILabel:0x139f54e00.leading (active)>", "<NSLayoutConstraint:0x6000019afe30 H:[UILabel:0x139f533f0]-(16)-[UILabel:0x139f54e00] (active)>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x6000019afe30 H:[UILabel:0x139f533f0]-(16)-[UILabel:0x139f54e00] (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. 2023-07-02 16:19:27.404451+0530 cad-ios[5551:98550] [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:0x6000019efe80 UILabel:0x13bb14150.trailing == UILabel:0x13bb14450.leading (active)>", "<NSLayoutConstraint:0x6000019eff70 H:[UILabel:0x13bb14150]-(16)-[UILabel:0x13bb14450] (active)>" )

Will attempt to recover by breaking constraint <NSLayoutConstraint:0x6000019eff70 H:[UILabel:0x13bb14150]-(16)-[UILabel:0x13bb14450] (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. `

https://github.com/eleev/expandable-collection-view-kit/assets/121078681/dab58436-83d9-444f-ac6b-b5b09f3048d7

rajputrvm avatar Jul 02 '23 11:07 rajputrvm