SwiftIconFont pods framework working well on simulator but not working on devices(iPhone & iPad)? I have already added "Fonts provided by application" section in 'info.plist'.
Asked
Active
Viewed 262 times
1
-
have you added those .ttf files into your app bundle? – Ravi Feb 07 '17 at 06:08
-
bundle means info.plist right? – Rajesh M Feb 07 '17 at 06:10
-
have you copied font into your project not just added reference. – Nikunj Damani Feb 07 '17 at 06:11
-
no, the directory which contains all app data, for example in xcode where you can see your storyboard, view controllers, assets – Ravi Feb 07 '17 at 06:13
-
i have added thru command 'pod install' and it has been added in project and it has been working on simulator – Rajesh M Feb 07 '17 at 06:13
-
how you are trying to use those fonts? – Ravi Feb 07 '17 at 06:16
-
i used to show in menu bar button like wherever i need image icons – Rajesh M Feb 07 '17 at 06:23
-
https://github.com/Vaberer/Font-Awesome-Swift would work perfect for the above scenario – Rajesh M Mar 05 '20 at 07:22