Warm tip: This article is reproduced from serverfault.com, please click

ios-“使用动态字体样式自动调整字体要求”警告是什么意思?

(ios - What does the "automatically adjusts font requires using a dynamic type text style" warning mean?)

发布于 2017-05-03 17:28:26

我收到以下警告:

“自动调整字体要求使用动态类型的文本样式”

屏幕截图已添加

我无法摆脱的警告已经打开main.storyboard

我已经检查了所有内容UILabelIdentity Inspector以确保未选中“自动调整字体”

Questioner
K. Law
Viewed
1
6,799 2018-02-14 07:34:04

这似乎是Xcode中的错误。这是我为修复它所做的:

  1. 根据建议,将显示错误的标签中的字体更改为动态类型。
  2. 选中“自动调整字体”复选框
  3. 生成并运行项目(错误消失)
  4. 取消选中“自动调整字体”框
  5. 将字体更改回导致错误的先前设置
  6. 重建项目

错误仍然消失。