PrideChung / FontAwesomeKit

Icon font library for iOS. Currently supports Font-Awesome, Foundation icons, Zocial, and ionicons.
MIT License
2.81k stars 308 forks source link

FAKIcon not loading for iphone 5 #59

Open rsuh opened 9 years ago

rsuh commented 9 years ago

App freezes at CGFontRef newFont = CGFontCreateWithDataProvider(fontDataProvider);

PrideChung commented 9 years ago

Did you remove the sim card of your iPhone?

rsuh commented 9 years ago

Yes, could that be the issue? Does the iphone need a network connection?

rsuh commented 9 years ago

Hello?

rsuh commented 9 years ago

Under what circumstances would the app not get past that line of code?

PrideChung commented 9 years ago

It could be a bug of CoreText, check this issue: https://github.com/PrideChung/FontAwesomeKit/issues/25

rsuh commented 9 years ago

http://stackoverflow.com/questions/24900979/cgfontcreatewithdataprovider-hangs-in-airplane-mode/24901580#24901580

Check this out! Maybe leave it in for future users who run into the bug as well!