gRPCCertificates.bundle:没有这样的文件或目录

时间:2019-04-25 13:03:09

标签: ios firebase google-cloud-firestore react-native-ios react-native-firebase

使用Firebase Core添加Pods,并从工作区构建项目后,出现以下错误,有什么想法吗?

CpResource /Users/macbookpro2018/sites/ejected-calendar/ios/gRPCCertificates.bundle /Users/macbookpro2018/Library/Developer/Xcode/DerivedData/rgcalendar-bfjzhbiwxklgqmchjhbjlpniuqst/Build/Products/Release-iphonesimulator/rgcalendar.app/gRPCCertificates.bundle (in target: rgcalendar)
    cd /Users/macbookpro2018/sites/ejected-calendar/ios
    builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -strip-debug-symbols -strip-tool /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/strip -resolve-src-symlinks /Users/macbookpro2018/sites/ejected-calendar/ios/gRPCCertificates.bundle /Users/macbookpro2018/Library/Developer/Xcode/DerivedData/rgcalendar-bfjzhbiwxklgqmchjhbjlpniuqst/Build/Products/Release-iphonesimulator/rgcalendar.app

error: /Users/macbookpro2018/sites/ejected-calendar/ios/gRPCCertificates.bundle: No such file or directory


error: /Users/macbookpro2018/sites/ejected-calendar/ios/gRPCCertificates.bundle: No such file or directory

Podfile

target 'rgcalendar' do
  # Uncomment the next line if you're using Swift or would like to use dynamic frameworks
  use_frameworks!

  # Pods for rgcalendar

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

end

1 个答案:

答案 0 :(得分:0)

删除pod 'Firebase/Firestore'上的版本说明符

几个月前进行了一些相关修复,去年11月发布了5.12.0。