Open lucaskuan opened 9 years ago
Install FontAwesomeKit with pod 'FontAwesomeKit', :head
as workaround for now, I will make a new release soon.
that one needs the OctIcons and Material imports commented out in the header file
I'm seeing the same issue.
@PrideChung will a release be out soon?
+1
+1
+1
@guyisra, @cyupa, @charliebartel use the following in your podfile:
pod 'FontAwesomeKit', :git => 'git@github.com:PrideChung/FontAwesomeKit.git', :branch => 'master'
Also copying icons from Pods/FontAwesomeKit/Resources into your main bundle solves this.
Thanks @shams-ahmed this work.
I try to use this library in Swift project. But getting this error
*** Assertion failure in +[FAKFontAwesome registerIconFontWithURL:], /path/to/project/Pods/FontAwesomeKit/FontAwesomeKit/FAKIcon.m:14
Any clue?