gRPCCertificates.bundle: нет такого файла или каталога - PullRequest
0 голосов
/ 25 апреля 2019

После добавления 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

Подфайл :

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 голосов
/ 25 апреля 2019

Удалите спецификатор версии на pod 'Firebase/Firestore'

Несколько месяцев назад были исправлены некоторые ошибки, и 5 ноября 2008 г. было выпущено 5.12.0.

...