Xcode 10 iOS Firebase Firestore SDK-多个命令在Firebase中产生gRPCCertificates.bundle错误 [英] Xcode 10 iOS firebase firestore SDK -- multiple command produce gRPCCertificates.bundle error in Firebase

查看:96
本文介绍了Xcode 10 iOS Firebase Firestore SDK-多个命令在Firebase中产生gRPCCertificates.bundle错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我收到多个命令产生gRPCCertificates.bundle

I am getting multiple command produce gRPCCertificates.bundle


多个命令产生'... iphoneos / gRPCCertificates.bundle':

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

1)
目标'gRPC-C ++-gRPCCertificates'创建了带有
输出的目录命令'... / iphoneos / gRPCCertificates.bundle'

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

2)目标
'FirebaseFirestore-gRPCCertificates'创建了带有
输出的目录命令'.... iphoneos / gRPCCertificates.bundle'

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

这是我的Podfile:

Here is my Podfile:

    # 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

I have already tried clean, deleting derived data, deintegrating and reintegrating pods, nothing works I am using Xcode 10.

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

It only happens when I do build and achieve ... normal run/debug works

只会在macOS 10.14(18A391)中发生,而在先前版本的macOS(High Sierra)中不会发生

It also only happens in macOS 10.14 (18A391) not in previous version of the macOS (High Sierra)

我在此处添加的更多信息
https://github.com/firebase/firebase-ios-sdk/issues/2102

More information I have added here https://github.com/firebase/firebase-ios-sdk/issues/2102

推荐答案

运行 pod更新

此问题已通过gRPC-C ++ 0.0.5版的发布得以解决。

The issue is now fixed with the release of version 0.0.5 of gRPC-C++.

更多详细信息,请参见 https://github.com/firebase/firebase-ios-sdk/issues/2102

More details at https://github.com/firebase/firebase-ios-sdk/issues/2102

这篇关于Xcode 10 iOS Firebase Firestore SDK-多个命令在Firebase中产生gRPCCertificates.bundle错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆