ld:在 React Native 项目中找不到用于 -lDoubleConversion 的库

时间:2021-03-29 10:53:12

标签: ios xcode react-native cocoapods

在我的本机项目(0.63)中,当我尝试使用 xcode 进行存档时,它总是失败。错误是:

  ld: library not found for -lDoubleConversion
  clang: error: linker command failed with exit code 1 (use -v to see invocation)

当我尝试使用设备归档时,它正在工作,但是当我选择“任何 ios 设备(arm64,armv)时,构建失败并出现此错误。

在我的 pod 文件中:

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

我正在运行 .xcworkspace 项目。

我应该如何解决这个问题?有什么想法吗?

0 个答案:

没有答案