You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is a workaround, call [UIFont familyNames] before call CGFontCreateWithDataProvider
But the issue does not happened on every app, another app (also developed by me) using FontAwesomeKit is working fine (using the same code for init font, [FAKFontAwesome spoonIconWithSize:28] will cause the problem).
Is there any debug log is helpful for your guys?
The text was updated successfully, but these errors were encountered:
It seems an bug from iOS, the app hangs when call CGFontCreateWithDataProvider
The issue reproduced on iOS 7.1.2(iPhone 4S), and the bug reported here https://alpha.app.net/jaredsinclair/post/18555292
There is a workaround, call [UIFont familyNames] before call CGFontCreateWithDataProvider
But the issue does not happened on every app, another app (also developed by me) using FontAwesomeKit is working fine (using the same code for init font, [FAKFontAwesome spoonIconWithSize:28] will cause the problem).
Is there any debug log is helpful for your guys?
The text was updated successfully, but these errors were encountered: