ld: library not found for -lRNVectorIcons
See original GitHub issueReact 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
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:5 (1 by maintainers)
Top Results From Across the Web
library not found for -lRNVectorIcons-tvOS · Issue #461 - GitHub
On fresh react-native app, after npm install --save react-native-vector-icons and react-native link react-native-vector-icons, ...
Read more >How to link react-native-vector-icons to project - Stack Overflow
Solution 2: Manually link the RN Vector Icons files: Go to 'Build Phases' in Xcode; Link Binaries with Libraries by clicking on '+' ......
Read more >ld: library not found for -lDoubleConversion React Native 0.59
iOS : ld : library not found for -lDoubleConversion React Native 0.59 [ Beautify Your Computer : https://www.hows.tech/p/recommended.html ] ...
Read more >'RCTLog.h' file not found & Us… | Apple Developer Forums
1) Open the <project>.xcodeproj in Xcode and add the RNBranch.xcodeproj manually into the Library directory. I did this to remove the -lBranch not...
Read more >Active questions tagged react-native+ios - Stack Overflow
Next ld: library not found for -lRCTBlob ... node_modules/react-native-share`-> Fetching podspec for `RNVectorIcons` from `.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hi, try to clear your build folder by running
rm -rf ios/build
.+1