Attempt to include SwiftIcons as a static library yields a crash in loadFontIfNeeded()
vitalii-tym opened this issue · 3 comments
vitalii-tym commented
vitalii-tym commented
see PR #31 for a fix
MartinP7r commented
As a kind of patch-work solution you can bundle the necessary fonts in your main app (Build Phases -> Copy Bundle Resources). They are located under the pods directory
cvrlnolan commented
Same issue here, but added it manually to the project how can I overcome "Type 'FontLoader' has no member 'loadFontIfNeeded'" please ?