ios - Swift Xcode Will attempt to recover by breaking constraint? -


i getting message on xcode log when lunch app developed swift 4 , have tableview have multiple different cell's 12 different cell's , warning message getting :

make symbolic breakpoint @ uiviewalertforunsatisfiableconstraints catch in debugger. methods in uiconstraintbasedlayoutdebugging category on uiview listed in <uikit/uiview.h> may helpful. 2017-08-21 09:27:57.404497+0300 muzeit[6449:2211903] [layoutconstraints] unable simultaneously satisfy constraints.     @ least 1 of constraints in following list 1 don't want.      try this:          (1) @ each constraint , try figure out don't expect;          (2) find code added unwanted constraint or constraints , fix it.  (     "<nslayoutconstraint:0x174481770 v:|-(0)-[uiimageview:0x107a09eb0]   (active, names: '|':uiview:0x107a09d10 )>",     "<nslayoutconstraint:0x174481860 v:[uiimageview:0x107a09eb0]-(-60)-|   (active, names: '|':uiview:0x107a09d10 )>",     "<nslayoutconstraint:0x1744818b0 uiimageview:0x107a09eb0.centery == uiview:0x107a09d10.centery   (active)>" )  attempt recover breaking constraint  <nslayoutconstraint:0x1744818b0 uiimageview:0x107a09eb0.centery == uiview:0x107a09d10.centery   (active)>  make symbolic breakpoint @ uiviewalertforunsatisfiableconstraints catch in debugger. methods in uiconstraintbasedlayoutdebugging category on uiview listed in <uikit/uiview.h> may helpful. 2017-08-21 09:27:57.492890+0300 muzeit[6449:2211903] [layoutconstraints] unable simultaneously satisfy constraints.     @ least 1 of constraints in following list 1 don't want.      try this:          (1) @ each constraint , try figure out don't expect;          (2) find code added unwanted constraint or constraints , fix it.  (     "<nslayoutconstraint:0x17048b770 v:|-(0)-[uiimageview:0x107a30c30]   (active, names: '|':uiview:0x107a30a90 )>",     "<nslayoutconstraint:0x17048b860 v:[uiimageview:0x107a30c30]-(-60)-|   (active, names: '|':uiview:0x107a30a90 )>",     "<nslayoutconstraint:0x17048b8b0 uiimageview:0x107a30c30.centery == uiview:0x107a30a90.centery   (active)>" ) 

i've tried google find solution how solve , couldn't find clear answer , breakpoint dose not show constraint has issue !

any idea ?


Comments

Popular posts from this blog

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -