首页 > 解决方案 > ld: library not found for -lDoubleConversion clang: error: linker command failed with exit code 1 (use -v to see invocation)

问题描述

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 ?

标签: iosxcodereact-native

解决方案


将以下内容添加到您的 pod 文件中,然后运行cd ios && pod install

pod 'DoubleConversion', :podspec => '../node_modules/react-native/third-party-podspecs/DoubleConversion.podspec'

推荐阅读