React-native-vector-icons: ld: library not found for -lRNVectorIcons

Created on 3 Jun 2018  路  5Comments  路  Source: oblador/react-native-vector-icons

React Native Icons are already linked but stil getting error
ld: library not found for -lRNVectorIcons
clang: error: linker command failed with exit code 1 (use -v to see invocation)

Amans-MacBook-Pro:AwesomeProject khanakia$ react-native link
Scanning folders for symlinks in /Volumes/D/www/js/AwesomeProject/node_modules (24ms)
rnpm-install info Platform 'ios' module react-native-vector-icons is already linked 
rnpm-install info Linking react-native-vector-icons android dependency 
rnpm-install info Platform 'android' module react-native-vector-icons has been successfully linked 

Most helpful comment

Hi, try to clear your build folder by running rm -rf ios/build.

All 5 comments

Hi, try to clear your build folder by running rm -rf ios/build.

I have the same issue. Note that I just updated my cocoapod recently.

+1

+1

+1

Was this page helpful?
0 / 5 - 0 ratings