gpt4 book ai didi

ios - React Native 和 RNFirebase iOS 发布版本失败

转载 作者:塔克拉玛干 更新时间:2023-11-02 10:20:44 26 4
gpt4 key购买 nike

我在 React Native 中通过 RNFirebase 使用 Firebase。我已经完成了这里的步骤:https://rnfirebase.io/docs/v5.x.x/installation/ios .

在模拟器中调试构建并在我的设备上工作正常,但是当我尝试归档发布构建时它失败并出现此错误。

ld: warning: directory not found for option '-L/Users/rob5408/Library/Developer/Xcode/DerivedData/myApp-fggubxxejruuksefqfhjorhysodz/Build/Intermediates.noindex/ArchiveIntermediates/myApp/BuildProductsPath/Release-iphoneos/FirebaseAuth'
ld: warning: directory not found for option '-L/Users/rob5408/Library/Developer/Xcode/DerivedData/myApp-fggubxxejruuksefqfhjorhysodz/Build/Intermediates.noindex/ArchiveIntermediates/myApp/BuildProductsPath/Release-iphoneos/FirebaseCore'
ld: warning: directory not found for option '-L/Users/rob5408/Library/Developer/Xcode/DerivedData/myApp-fggubxxejruuksefqfhjorhysodz/Build/Intermediates.noindex/ArchiveIntermediates/myApp/BuildProductsPath/Release-iphoneos/GTMSessionFetcher'
ld: warning: directory not found for option '-L/Users/rob5408/Library/Developer/Xcode/DerivedData/myApp-fggubxxejruuksefqfhjorhysodz/Build/Intermediates.noindex/ArchiveIntermediates/myApp/BuildProductsPath/Release-iphoneos/GoogleUtilities'
ld: warning: directory not found for option '-L/Users/rob5408/Library/Developer/Xcode/DerivedData/myApp-fggubxxejruuksefqfhjorhysodz/Build/Intermediates.noindex/ArchiveIntermediates/myApp/BuildProductsPath/Release-iphoneos/nanopb'
ld: library not found for -lFirebaseAuth
clang: error: linker command failed with exit code 1 (use -v to see invocation)

同样在构建日志中,我可以看到调试配置构建了这些目标,但它们不在发布配置构建的输出中。我觉得它与为所有架构构建有关,但不知道从哪里开始解决这个问题。我只是觉得我在没有真正的解决策略的情况下四处寻找。有什么想法吗?

我尝试过的一些事情......

  • 使用遗留构建系统
  • 删除 node_modules 并重新运行 npm install
  • 删除/添加相关 pod
  • 分解和读取 Cocoapods
  • 清除派生数据
  • 重新启动我的电脑

最佳答案

我在打开和关闭 use_frameworks! 时看到过这种情况。

解决方案是从 Build Setting - Other Linker Flags(OTHER_LDFLAGS) 中删除 FirebaseAuth 和其他库

关于ios - React Native 和 RNFirebase iOS 发布版本失败,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/52728848/

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