forkingdog / forkingdog/UITableView-FDTemplateLayoutCell
结合Masonry使用的时候, 会出现约束冲突, 以前版本没有, 最近突然工程多了好多冲突
- Dominant language
- Objective-C
- Stars
- 9.9k
- Forks
- 2k
- PR merge metrics
- No merged PRs in 30d
Description
一下两个冲突, 使用的是相同的代码, 但是 冲突不同版本 不一样
冲突如下: 使用版本 1.6
[LayoutConstraints] 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.
(
"",
"",
"",
"",
"",
""
)
Will attempt to recover by breaking constraint
但其实约束 是没有问题的,
使用1.4版本 冲突如下
[LayoutConstraints] 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.
(
"",
""
)
Will attempt to recover by breaking constraint
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.