UIViewAlertForUnsatisfiableConstraints布局问题

添加的约束多了:

make.height.equalTo(_whereLabel.mas_height);

make.bottom.offset(-kMargin);

添加的约束少了:

按照横向,纵向每个方向最少两个约束的原则来排查一下

添加symbolic breakpoint断点,发现没有用处。

http://blog.csdn.net/njafei/article/details/50728320

https://www.jianshu.com/p/1071c9b97650

原文地址:https://www.cnblogs.com/dengchaojie/p/8306703.html