Xcode 7 beta - font rendering crash
Asked Answered
P

1

7

Apple have kindly changed the fonts and font size in iOS 9.

I have noticed many of my fixed sized labels are now being truncated(!) which is not good. I am also getting this crash:

I'm getting this crash in Xcode 7 beta

The error can be continued and the app will run normally, but obviously something isn't happy. There is no output to the console, or anything to help debug this apart from

libFontParser.dylib`TFileDescriptorContext::TFileDescriptorContext:

Puzzler answered 4/7, 2015 at 9:3 Comment(0)
S
-2

Search your XIB or storyboard for customFonts. Remove it, if it exists, and try again.

Superstratum answered 9/11, 2018 at 3:39 Comment(1)
"exist" , not "exit" , sorrySuperstratum

© 2022 - 2024 — McMap. All rights reserved.