I just upgraded to Xcode 9, and there are a lot of “extra” warnings about AutoLayout restrictions that weren't there in Xcode 8 before, such as “No Trailing Limit”, “Missing Leadership”, ...
Theoretically, these warnings are correct and can be corrected by adding additional restrictions, but at one time it is unnecessary to do this for all representations.
Is there a way to disable or configure when these warnings appear? I just want to disable the warnings that are introduced in Xcode 9, as above, and not all warnings, since warnings like conflicting restrictions are useful and better preserved.
source share