iOS通用链接:无法同时满足约束条件

问题描述

我相信这就是Applink无法为我们服务的原因。

当我们尝试访问我们的域名(正确设置了Universal Link)时,出现此错误

Unable to simultaneously satisfy constraints.
Probably at least one of the constraints in the following list is one you don't want. 
Try this: 
(1) look at each constraint and try to figure out which you don't expect; 
(2) find the code that added the unwanted constraint or constraints and fix it. 
(Note: If you're seeing NSAutoresizingMaskLayoutConstraints that you don't understand,refer to the documentation for the UIView property translatesAutoresizingMaskIntoConstraints) 
(
    "<NSAutoresizingMaskLayoutConstraint:0x1512872d0 h=--& v=--& AppLinkBanner:0x14fd55c20.height == 0   (active)>","<NSLayoutConstraint:0x14fd4c560 UILabel:0x14fd4c0a0'My App Name'.lastBaseline == AppLinkBanner:0x14fd55c20.top + 20   (active)>","<NSLayoutConstraint:0x14fd4cea0 UILabel:0x14fd4c860'Open in the My App Name ...'.firstBaseline == UILabel:0x14fd4c0a0'My App Name'.lastBaseline + 16   (active)>","<NSLayoutConstraint:0x14fd4d080 AppLinkBanner:0x14fd55c20.bottom == UILabel:0x14fd4c860'Open in the My App Name ...'.lastBaseline + 8   (active)>"
)

Will attempt to recover by breaking constraint 
<NSLayoutConstraint:0x14fd4cea0 UILabel:0x14fd4c860'Open in the My App Name ...'.firstBaseline == UILabel:0x14fd4c0a0'My App Name'.lastBaseline + 16   (active)>

Make a symbolic breakpoint at UIViewAlertForUnsatisfiableConstraints to catch this in the debugger.
The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in <UIKitCore/UIView.h> may also be helpful.

当我单击笔记或日历上的链接时,随着应用程序打开,Applink已正确设置。

任何人都知道这意味着什么以及如何解决此问题?

解决方法

暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!

如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。

小编邮箱:dio#foxmail.com (将#修改为@)