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
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
Most helpful comment
Hi, try to clear your build folder by running
rm -rf ios/build.