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