gRPCCertificates.bundle:没有这样的文件或目录
Posted
技术标签:
【中文标题】gRPCCertificates.bundle:没有这样的文件或目录【英文标题】:gRPCCertificates.bundle: No such file or directory 【发布时间】:2019-04-25 13:03:09 【问题描述】:使用Pods
添加Firebase Core
并从工作区构建项目后,我收到以下错误,有什么想法吗?
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】:删除pod 'Firebase/Firestore'
上的版本说明符
几个月前有一些相关的修复,去年 11 月发布了 5.12.0。
【讨论】:
完成了,清理并重建,但仍然出现错误 - 我需要做其他事情吗? 隔离您的应用和示例应用之间的差异。也许您的应用程序的构建设置中的某些内容导致了问题。更多github.com/firebase/firebase-ios-sdk/issues/2898以上是关于gRPCCertificates.bundle:没有这样的文件或目录的主要内容,如果未能解决你的问题,请参考以下文章