Autolayout无法满足未在控制台中显示的约束错误

时间:2017-01-18 11:38:37

标签: ios xcode autolayout swift3 xcode8.1

Xcode 8 中,自动布局错误消息"无法满足约束...." 未显示在控制台中。有没有办法打开相同的?

1 个答案:

答案 0 :(得分:0)

如果你能看到任何日志:

reduceDriver.withOutput(NullWritable.get(), new Text("Pommard\nGentil"));

然后,您可以在调试控制台输出中启用autolayout约束错误消息,如下所示:

_UIConstraintBasedLayoutLogUnsatisfiable is OFF

夫特:

[[NSUserDefaults standardUserDefaults] setValue:@(YES) forKey:@"_UIConstraintBasedLayoutLogUnsatisfiable"];

否则,您没有自动布局问题,因此没有警告。