Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我以前在 Xcode 4.0 中有一个项目。它运行时没有任何警告或错误。我刚刚把它移到了 Xcode 5.0。在消除了大量错误之后,我现在留下了数百个相同的警告:“属性不可用。6.0 之前的 iOS 版本上的字母间距调整。” 警告出现在我的 xib 文件中。任何人都知道导致警告的原因以及我如何摆脱它们?
提前致谢!
制定了解决方案。属性检查器 -> 取消选中 Autoshrink 下的 Tighten Letter Spacing。重新运行。警告应该消失了。