What does the "automatically adjusts font requires using a dynamic type text style" warning mean?
ios, storyboard, xcode8
Solution
It seems to have been a bug in Xcode. This is what I did to fix it:
- Change the font in the label that showed the error, to a dynamic type, as suggested
- Select check box for "Automatically Adjusts Font"
- Build and run the project (the error disappears)
- Uncheck the "Automatically Adjusts Font" box
- Change the font back to the previous setting that caused the error
- Rebuild the project
The error is still gone.
Problem
I am getting the following warning: "automatically adjusts font requires using a dynamic type text style" Which I can not get rid of the warning is on `main.storyboard`. I have checked every `UILabel` in the `Identity Inspector` to make sure the "Automatically Adjusts Font" is unchecked.