PrideChung/FontAwesomeKit

Font file doesn't exist

ptlCoder opened this issue · 1 comments

Font file doesn't exist

I just had this issue - in my case it happens when using FAKOcticons.

A close look at the FAKOcticons.m shows that as of v2.2.1, it's the only resource to be loaded from mainBundle, not bundleForClass. see FAKOcticons.m -> registerIconFontWithURL

To solve this, for now, I copied resource "FontAwsomeKit/Octicons/Resources/octicons.ttf" to my main bundle, and it worked.