我在Storyboard identifier
中为每个约束设置:
现在我收到了unsatisfiable constraints
的错误。我尝试通过打印约束的指针来调试它:
po 0x17db78d0
现在为了调查它是什么约束,我想打印它的identifier
就像:
po 0x17db78d0.identifer.
......但它不起作用。我收到一个错误:
错误:十六进制浮点常量需要指数
错误:解析表达式时出错1个
因此,如何打印特定NSLayoutConstraint
的标识符?
答案 0 :(得分:2)
po ((NSLayoutConstraint *)0x17db78d0).identifier