Closed chrisballinger closed 5 years ago
hey @chrisballinger - for now you can add the font to your Info.plist
Oh it already was manually added to the Info.plist from before I switched to use_frameworks!
. The issue is that the "fonts provided by the application" thing only works for fonts in the main bundle, not in a resource bundle.
ahhh derp. :cry:
Added FontAwesome.ttf
to copy resources step in my project. This fixed the issue for a while in the cost of duplicating file.
I believe this is due to needing to dynamically load the font at runtime when including a font in a resource bundle. A quick workaround is to manually add FontAwesome.ttf to your project.