UIViewAlertForUnsatisfiableConstr
全部标签 我在调试器日志中看到一个错误:WillattempttorecoverbybreakingconstraintMakeasymbolicbreakpointatUIViewAlertForUnsatisfiableConstraintstocatchthisinthedebugger.ThemethodsintheUIConstraintBasedLayoutDebuggingcategoryonUIViewlistedinmayalsobehelpful.我如何捕获该调用?它没有出现在我的代码中的任何地方。 最佳答案 这post帮
我在调试器日志中看到一个错误:WillattempttorecoverbybreakingconstraintMakeasymbolicbreakpointatUIViewAlertForUnsatisfiableConstraintstocatchthisinthedebugger.ThemethodsintheUIConstraintBasedLayoutDebuggingcategoryonUIViewlistedinmayalsobehelpful.我如何捕获该调用?它没有出现在我的代码中的任何地方。 最佳答案 这post帮
是否有可能在生产中捕获自动布局约束歧义-相当于UIViewAlertForUnsatisfiableConstraints断点但对于生产应用程序?我的目标是添加一个全局处理程序,将此类错误报告给日志系统。 最佳答案 符号UIViewAlertForUnsatisfiableConstraints实际上是一个函数:_UIViewAlertForUnsatisfiableConstraints(NSLayoutConstraint*unsatisfiableConstraint,NSArray*allConstraints).它是私有(
是否有可能在生产中捕获自动布局约束歧义-相当于UIViewAlertForUnsatisfiableConstraints断点但对于生产应用程序?我的目标是添加一个全局处理程序,将此类错误报告给日志系统。 最佳答案 符号UIViewAlertForUnsatisfiableConstraints实际上是一个函数:_UIViewAlertForUnsatisfiableConstraints(NSLayoutConstraint*unsatisfiableConstraint,NSArray*allConstraints).它是私有(