Skip to content
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

Open
lucaskuan opened this issue Sep 24, 2015 · 10 comments
Open

Assertion failure when using fonts #62

lucaskuan opened this issue Sep 24, 2015 · 10 comments

Comments

@lucaskuan
Copy link

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?

@PrideChung
Copy link
Owner

Install FontAwesomeKit with pod 'FontAwesomeKit', :head as workaround for now, I will make a new release soon.

@genaks
Copy link

genaks commented Sep 26, 2015

that one needs the OctIcons and Material imports commented out in the header file

@charliebartel
Copy link

I'm seeing the same issue.

@shams-ahmed
Copy link

@PrideChung will a release be out soon?

@guyisra
Copy link

guyisra commented Oct 19, 2015

+1

2 similar comments
@cyupa
Copy link

cyupa commented Oct 24, 2015

+1

@charliebartel
Copy link

+1

@shams-ahmed
Copy link

@guyisra, @cyupa, @charliebartel use the following in your podfile:

pod 'FontAwesomeKit', :git => 'git@github.com:PrideChung/FontAwesomeKit.git', :branch => 'master'

@aocenas
Copy link

aocenas commented Nov 8, 2015

Also copying icons from Pods/FontAwesomeKit/Resources into your main bundle solves this.

@lucaskuan
Copy link
Author

Thanks @shams-ahmed this work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

8 participants