corymsmith / react-native-icons

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

iOS: Example build fails: Material-Design-Iconic-Font.ttf: No such file or directory #130

Closed bartonhammond closed 8 years ago

bartonhammond commented 8 years ago

Steps:

1) clone & cd 2) npm install 3) cd Example 4) open Xcode project 5) run

CpResource /Users/barton/projects/myFamilyVoice/FontAwesomeKit_forked/FontAwesomeKit/Material-Design-Iconic-Font.ttf /Users/barton/Library/Developer/Xcode/DerivedData/example-cnwfmnehqiehryaurdmtvnidanzc/Build/Products/Debug-iphonesimulator/example.app/Material-Design-Iconic-Font.ttf
    cd /Users/barton/projects/myFamilyVoice/react-native-icons/Example
    export PATH="/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/usr/bin:/Applications/Xcode.app/Contents/Developer/usr/bin:/usr/bin:/bin:/usr/sbin:/sbin"
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/barton/projects/myFamilyVoice/FontAwesomeKit_forked/FontAwesomeKit/Material-Design-Iconic-Font.ttf /Users/barton/Library/Developer/Xcode/DerivedData/example-cnwfmnehqiehryaurdmtvnidanzc/Build/Products/Debug-iphonesimulator/example.app

error: /Users/barton/projects/myFamilyVoice/FontAwesomeKit_forked/FontAwesomeKit/Material-Design-Iconic-Font.ttf: No such file or directory
bartonhammond commented 8 years ago

Workaround: delete and add manually

corymsmith commented 8 years ago

Correct, the font files have to be added manually

On Sat, Nov 7, 2015 at 9:49 AM, bartonhammond notifications@github.com wrote:

Workaround: delete and add manually

Reply to this email directly or view it on GitHub: https://github.com/corymsmith/react-native-icons/issues/130#issuecomment-154722893