简体   繁体   中英

How to resolve “Minimum Font Size greater than current font size”?

I have a iOS project, Objective-C and storyboard base. I get this warning from Xcode when I build the project:

Main.storyboard: warning: Unsupported Configuration: Minimum Font Size greater than current font size

How do I find the offending component in my storyboard?

I could open the Main.storyboard in a text editor and do manual inspection and comparison but that seems like a lot of work for a large storyboard.

Open the storyboard in the source mode and look for the warning text as in the snapshot. 在此输入图像描述

设置最小字体大小<1,像0,5最小字体大小是字体大小的百分比

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM