简体   繁体   English

在设备上构建时 Xcode 构建错误 - 未找到 -lDoubleConversion 的库

[英]Xcode build error when building onto device - Library not found for -lDoubleConversion

So my app has run and built successfully on the Xcode simulators.所以我的应用程序已经在 Xcode 模拟器上运行并成功构建。 The app is a react native app该应用程序是一个反应原生应用程序

However when trying to put it onto a device I get the error.然而,当试图把它放到设备上时,我得到了错误。

What steps do I need to take to get this to work?我需要采取哪些步骤才能使其正常工作?

Library not found for -lDoubleConversion 在此处输入图像描述 在此处输入图像描述

Notes:笔记:

-I am running the Xcode workspace file -I did try use_framework! -我正在运行 Xcode 工作区文件 -我确实尝试过 use_framework! in the Podfile but I don't think that was right and caused more issues在 Podfile 中,但我认为这不正确并导致更多问题

  • also tried adding it to the podfile还尝试将其添加到 podfile

The reason I had this error is that my iOS version required in my podfile was not the same as that as the min version in xcode.我出现此错误的原因是我的 podfile 中所需的 iOS 版本与 xcode 中的最低版本不同。

The error generated by xcode wasn't helpful in this case and pretty ambiguous given the range of answers on the internet xcode 生成的错误在这种情况下没有帮助,而且考虑到互联网上的答案范围相当模糊

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 使用 React-native init,无法在 Xcode 中构建新的 iOS 应用程序,构建错误“ld: library not found for -lDoubleConversion - using React-native init, a new iOS app can't build in Xcode, build error 'ld: library not found for -lDoubleConversion 获取错误:“未找到用于 -lDoubleConversion 的库”,尝试产品 -> 存档时使用 React Native 0.61.4 和 xcode 12.1 - Getting error: "library not found for -lDoubleConversion" with React native 0.61.4 and xcode 12.1 while trying to product -> archive 找不到用于 -lDoubleConversion 的库 - library not found for -lDoubleConversion ld:找不到用于 -lDoubleConversion React Native 0.59 的库 - ld: library not found for -lDoubleConversion React Native 0.59 反应本机 063 ld:找不到 -lDoubleConversion 的库 - react native 063 ld: library not found for -lDoubleConversion 构建库“ .a”文件时,XCode Linker错误 - XCode Linker Error when building library '.a' file ld:找不到 -lDoubleConversion clang 的库:错误:链接器命令失败,退出代码为 1(使用 -v 查看调用) - ld: library not found for -lDoubleConversion clang: error: linker command failed with exit code 1 (use -v to see invocation) xcode5构建ios arm64静态库,构建程序集文件时出错 - xcode5 build ios arm64 static library, error when building the assembly file ld:使用Xcode构建Google纸板时找不到-lvrunity库 - ld: library not found for -lvrunity when building google cardboard using Xcode XCode 未插入设备时无法构建 - ld:找不到框架 - XCode fails to build WHEN device is not plugged in - ld: framework not found
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM