简体   繁体   English

在 ios xcode 中归档产品时,“ld:找不到 -lreact-native-webrtc 的库”,但在模拟器上运行良好

[英]"ld: library not found for -lreact-native-webrtc" while archiving product in ios xcode but works fine on simulator

My app is working perfectly fine on simulator but while selecting generic device and doing archive I am getting error: ld: library not found for -lreact-native-webrtc.我的应用程序在模拟器上运行良好,但在选择通用设备并进行存档时,我收到错误:ld: library not found for -lreact-native-webrtc。 I am using React native 0.61.4 and xcode 11.4.我正在使用 React Native 0.61.4 和 xcode 11.4。 在此处输入图片说明

I had the same problem.我有同样的问题。 I've managed to deal with it by updating my pods IOS deployment target.我设法通过更新我的 pods IOS 部署目标来处理它。 It must be the same as for the project.它必须与项目相同。 Maybe that will help you.也许这会帮助你。 XCode screenshot XCode 截图

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

相关问题 使用React Native的CocoaPod:`ld:找不到-lReact`的库 - CocoaPods with React Native: `ld: library not found for -lReact` JUCE和React Native - 链接器错误“ld:找不到-lReact的库” - JUCE and React Native - linker error “ld: library not found for -lReact” ld:找不到带有 pod 的 -lreact-native-fetch-blob 的库? - ld: library not found for -lreact-native-fetch-blob with pods? ld: 找不到 -lReact-RCTVibration 的库 - ld: library not found for -lReact-RCTVibration ld:在iOS模拟器上找不到-lJTCalendar的库 - ld: library not found for -lJTCalendar on iOS Simulator ld:找不到Xcode中-lFirebaseCore的库本地响应 - ld: library not found for -lFirebaseCore in Xcode react native 应用程序在Simulator(Xcode 7.1.1)中运行良好,但在iOS设备上运行不正常 - app works fine in Simulator (Xcode 7.1.1) but not on iOS device 使用 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 Xcode - ld:找不到 -lPods 的库 - Xcode - ld: library not found for -lPods React Native 0.63.2 iOS `ld: library not found for -lAppAuth` 构建错误 - React Native 0.63.2 iOS Build Error with `ld: library not found for -lAppAuth`
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM