-
Notifications
You must be signed in to change notification settings - Fork 308
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Assertion failure when using fonts #62
Comments
Install FontAwesomeKit with |
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 |
2 similar comments
+1 |
+1 |
@guyisra, @cyupa, @charliebartel use the following in your podfile:
|
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?
The text was updated successfully, but these errors were encountered: