1

ld: library not found for -lDoubleConversion

clang: error: linker command failed with exit code 1 (use -v to see invocation)

How to solve this issue ?

Supriya Gorai
  • 352
  • 3
  • 16

1 Answers1

1

add the below to your pod file and then run cd ios && pod install

pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'
Sourav Dey
  • 1,051
  • 1
  • 13
  • 21