我删除了我的.heroLetter {
float: left;
width: 48%;
margin-top: 150px;
text-align: center;
font-size: 600px;
color: #f5543a;
position: relative;
}
.windowWrapper .section .heroLetter:nth-child(3n) {
float: left;
width: 48%;
margin-top: 150px;
text-align: center;
font-size: 200px;
color: #f5543a;
position: relative;
}
及其类之一。它们中有几个出口,现在它们的错误不会消失。
这是错误:
从UIViewController到UILabel的quoteTimestamp出口无效。奥特莱斯无法连接到重复内容。
任何人都有可能的解决方案/修复方法吗? Xcode bug?
答案 0 :(得分:0)
尝试(CMD + SHIFT + K)下次清理项目。