Here's another question that addresses a similar issue, but in this case, Xcode's behavior is correct, just annoying.
In my case, however, I think this is actually a bug:

This label can have an unlimited number of lines, so it will never be truncated, the text will simply break.
It works great with every localization:

I want the label to be centered, and I want the text to be at least 20 pixels from the margins, so I set fixed limits for the leading and the ending. Xcode wants me to change one of them to a greater than or equal to restriction, but in this case the text will not be fully centered (I tried).
All I want is centered text, which will not be too close to the margins, but now I can not do this without triggering this warning.
Any ideas on how to fix this? Is this really a mistake, or am I doing something wrong?
Edit: Here is a screenshot showing the error. Constraints are not directly in the view controller, but in the subzone that I use as backgroun to represent the table. If I remove these restrictions, the warning disappears; if I add them, it will appear again. I tried this in a new project and could not reproduce it, I have no idea why this is happening here.

Edit:
Here is another example. When the correct limit is set to "greater than or equal to" everything is fine:

As soon as I set it equal, the arrow:
