question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ld: library not found for -lRNVectorIcons

See original GitHub issue

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 

Issue Analytics

  • State:open
  • Created 5 years ago
  • Reactions:5
  • Comments:5 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
obladorcommented, Jun 17, 2018

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

0reactions
VitorBrangionicommented, Aug 7, 2019

+1

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found