Note that there are some explanatory texts on larger screens.

plurals
  1. POError: Unable to simultaneously satisfy constraints
    primarykey
    data
    text
    <p>I get this error:</p> <pre><code>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) ( "&lt;NSLayoutConstraint:0x1600aec0 V:[UIView:0x102021d0]-(0)-| (Names: '|':UIView:0x1600a980 )&gt;", "&lt;NSLayoutConstraint:0x1600ae80 V:|-(494)-[UIView:0x102021d0] (Names: '|':UIView:0x1600a980 )&gt;", "&lt;NSAutoresizingMaskLayoutConstraint:0x1600e8a0 h=-&amp;- v=-&amp;- UIView:0x1600a980.height == UIWindow:0x9e0ea30.height&gt;", "&lt;NSAutoresizingMaskLayoutConstraint:0x9e2d130 h=--- v=--- V:[UIWindow:0x9e0ea30(480)]&gt;" ) Will attempt to recover by breaking constraint &lt;NSLayoutConstraint:0x1600aec0 V:[UIView:0x102021d0]-(0)-| (Names: '|':UIView:0x1600a980 )&gt; Break on objc_exception_throw to catch this in the debugger. The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in &lt;UIKit/UIView.h&gt; may also be helpful. </code></pre> <p>the view that generates this error has 4 constrains for left/right/top/bottom and I can not delete any of them.</p> <p>I have tried:</p> <pre><code>[View setTranslatesAutoresizingMaskIntoConstraints:NO]; </code></pre> <p>with no result.</p> <p>do you have any idea how to fix this?</p> <p>Thank you!</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload