corymsmith / react-native-icons

Quick and easy icons in React Native
MIT License
1.14k stars 141 forks source link

*** Assertion failure in +[FAKIonIcons registerIconFontWithURL:], #161

Closed robtg4 closed 8 years ago

robtg4 commented 8 years ago

I get the following error and I have made no changes to my code (from when this was working without error). Now I receive the following:

*** Assertion failure in +[FAKIonIcons registerIconFontWithURL:], /Applications/MAMP/htdocs/blaclist/node_modules/react-native-icons/ios/ReactNativeIcons/Libraries/FontAwesomeKit/FAKIcon.m:14
2016-02-16 01:59:22.298 blaclist[74426:56845999] *** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'Font file doesn't exist'
corymsmith commented 8 years ago

I highly recommend using https://github.com/oblador/react-native-vector-icons instead as its more fully featured, I've added a warning to the Readme about this as well.