gpt4 book ai didi

ios - ld : library not found for -lFirebaseCore error on release

转载 作者:行者123 更新时间:2023-11-29 05:37:35 34 4
gpt4 key购买 nike

我已经对 native 应用程序做出了 react ,我想将其发布到应用程序商店连接。当我将应用程序构建到模拟器时,一切正常,但是当我选择“通用 iOS 设备”,然后单击“产品”->“存档”时,最终出现错误:

ld: warning: directory not found for option '-L/Users/__/Library/Developer/Xcode/DerivedData/--butmameeeywydzhbrsswxxghtgte/Build/Intermediates.noindex/ArchiveIntermediates/-/BuildProductsPath/Release-iphoneos/FirebaseCore'
ld: warning: directory not found for option '-L/Users/__/Library/Developer/Xcode/DerivedData/--butmameeeywydzhbrsswxxghtgte/Build/Intermediates.noindex/ArchiveIntermediates/-/BuildProductsPath/Release-iphoneos/FirebaseInstanceID'
ld: warning: directory not found for option '-L/Users/__/Library/Developer/Xcode/DerivedData/--butmameeeywydzhbrsswxxghtgte/Build/Intermediates.noindex/ArchiveIntermediates/-/BuildProductsPath/Release-iphoneos/FirebaseMessaging'
ld: warning: directory not found for option '-L/Users/__/Library/Developer/Xcode/DerivedData/--butmameeeywydzhbrsswxxghtgte/Build/Intermediates.noindex/ArchiveIntermediates/-/BuildProductsPath/Release-iphoneos/GoogleUtilities'
ld: warning: directory not found for option '-L/Users/__/Library/Developer/Xcode/DerivedData/--butmameeeywydzhbrsswxxghtgte/Build/Intermediates.noindex/ArchiveIntermediates/-/BuildProductsPath/Release-iphoneos/Protobuf'
ld: warning: directory not found for option '-L/Users/__/Library/Developer/Xcode/DerivedData/--butmameeeywydzhbrsswxxghtgte/Build/Intermediates.noindex/ArchiveIntermediates/-/BuildProductsPath/Release-iphoneos/nanopb'
ld: warning: directory not found for option '-F/Users/__/Desktop/Projects/-/react-client-app/ios/../ios/RNFirebase'
ld: library not found for -lFirebaseCore
clang: error: linker command failed with exit code 1 (use -v to see invocation)

我尝试了一切,但当我尝试发布应用程序时仍然显示错误。

我试过:

  • 删除node_modules、package-lock.json、pods文件夹、podfile.lock并再次安装依赖项
  • 在 Target 依赖项中添加 RNFirebase
  • 在build设置的 Framework/Header/Library 搜索路径中添加 $(SRCROOT)/../node_modules/react-native-firebase/ios/RNFirebase
  • 在“链接的框架和库”中添加 libFirebaseCore.a、libFirebaseInstanceID.a、libFirebaseMessaging.a
  • 在“产品”->“方案”->“管理方案”上选中 Firebase、FirebaseAnalytics、FirebaseCore、FirebaseInstanceID、FirebaseMessaging 的显示和共享复选框
  • 在“产品”->“方案”->“编辑方案”中添加 Firebase、FirebaseCore、FirebaseAnalytics、FirebaseAnalyticsInterop、FirebaseInstanceID、FirebaseMessaging、RNFirebase

Pod文件

platform :ios, '11'

target '__' do
pod 'Fabric'
pod 'Crashlytics'
pod 'Firebase/Core'
pod 'Firebase/Messaging'
end

我不想将应用程序存档到 App Store Connect 和 Crashlytics。请帮忙。为此花费了很多时间却没有任何效果

最佳答案

首先,您打开的是 .xcworkspace 文件,而不是 .xcodeproject 文件,对吗?

你可能领先于我,但是当我遇到问题时,有些东西起作用了:

关闭XCode

rm -rf ~/Library/Developer/Xcode/DerivedData

删除 node_modules、Pods 文件夹、podfile.lock 和您的 app.xcworkspace 文件

从 podfile 中删除除 Firebase/Core 之外的所有内容

pod 安装

打开新的 xcworkspace 文件

运行构建(而不是存档)

等待完成(或错误)

将其他 pod 添加回 podfile

pod 安装

清理构建文件夹

存档

还要确保 header 搜索路径中的路径设置为递归

关于ios - ld : library not found for -lFirebaseCore error on release,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56887797/

34 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com