ios - Xcode 10 iOS firebase firestore SDK——多个命令在 Firebase 中产生 gRPCCertificates.bundle 错误

标签 ios firebase cocoapods google-cloud-firestore grpc

我正在使用多个命令生成 gRPCCertificates.bundle

Multiple commands produce '...iphoneos/gRPCCertificates.bundle':

1) Target 'gRPC-C++-gRPCCertificates' has create directory command with output '.../iphoneos/gRPCCertificates.bundle'

2) Target 'FirebaseFirestore-gRPCCertificates' has create directory command with output '....iphoneos/gRPCCertificates.bundle'

这是我的 Pod 文件:

    # Uncomment the next line to define a global platform for your project
 platform :ios, '11.0'

target 'FireCheck' do
  # Comment the next line if you're not using Swift and don't want to use dynamic frameworks
  use_frameworks!

  # Pods for FireCheck

 pod 'Firebase/Core'
 pod 'Firebase/Firestore'

end

我已经尝试过清理、删除派生数据、分解和重新整合 pod,但没有任何效果 我正在使用 Xcode 10。

只有当我构建并实现时才会发生...正常运行/调试工作

它也只发生在 macOS 10.14 (18A391) 中,而不是以前版本的 macOS (High Sierra)

我在这里添加了更多信息 https://github.com/firebase/firebase-ios-sdk/issues/2102

最佳答案

运行pod更新

随着 gRPC-C++ 0.0.5 版的发布,该问题现已得到解决。

更多详情请访问 https://github.com/firebase/firebase-ios-sdk/issues/2102

关于ios - Xcode 10 iOS firebase firestore SDK——多个命令在 Firebase 中产生 gRPCCertificates.bundle 错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53406947/

相关文章:

ios - 为什么 Xamarin Forms Activity Indicator 不会在 iOS 上呈现?

iphone - 如何将应用程序从旧 iPhone 移植到 iPhone 4? (Retina显示屏)

swift - 如何列出我的所有 pod 及其版本号

iphone - 将 POD 格式从 3D Max 导出到 cocos3D

xcode - 如何在我的Xcode项目的podfile中指定多个目标和项目?

ios - 如何从屏幕右侧自定义 iPad 键盘外观?

iphone - 用轮廓填充圆圈

java - Firebase 搜索功能

android - Firebase 监听器代码未被触发

swift - 基于 uid 交叉 randomKey 从 firebase 获取数据的好解决方案