What does the "automatically adjusts font requires using a dynamic type text style" warning mean?
- Open your storyboard as Source Code
- Search for key "adjustsFontForContentSizeCategory"
- Check which object has this option and uncheck Dynamic Type checkbox from interface builder.
I just changed Text style to Body & Warning vanishes.
It's Just because it is dynamic type textStyle
See list of predefined supported dynamic type textStyle -
I had the same problem. Even after I opened the storyboard as source and removed the "adjustsFontForContentSizeCategory" key, saved and cleaned the project it would still show.
So then I:
- Cleaned the project
- Closed Xcode
- Deleted the derived data folder contents
- Re-Opened Xcode and rebuilt
It was gone. :)