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
  • 342
  • 2
  • 13

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
  • 703
  • 9
  • 17