Google cloud firestore ';Chrono';在Swift 5/IOS 10中使用cocoapod导入firestore时未找到文件

Google cloud firestore ';Chrono';在Swift 5/IOS 10中使用cocoapod导入firestore时未找到文件,google-cloud-firestore,swift5,Google Cloud Firestore,Swift5,我们在Swift 5,IOS 10上。我们最近在pod文件中包括了Firesbase/Firestore。pod文件如下所示 platform :ios, '11.0' use_frameworks! target 'ProjectName' do inherit! :search_paths # Pods for testing pod 'GoogleAPIClientForREST' pod 'Firebase/Analytics' pod 'Firebase/Performance'

我们在Swift 5,IOS 10上。我们最近在pod文件中包括了Firesbase/Firestore。pod文件如下所示

platform :ios, '11.0'
use_frameworks!

target 'ProjectName' do

inherit! :search_paths
# Pods for testing
pod 'GoogleAPIClientForREST'

pod 'Firebase/Analytics'
pod 'Firebase/Performance'
pod 'Firebase/Auth'
pod 'Firebase/Firestore'

pod 'Fabric', '~> 1.10.2'
pod 'Crashlytics', '~> 3.13.4'

pod 'Alamofire', '~> 5.0.0-rc.3'              # Used to upload files with multipart
pod 'MessageKit', '~> 3.0.0-swift5'


end
当我们构建项目时

import FirebaseFirestore
我们得到以下错误

'chrono' file not found time.h

尝试了列出的所有建议。但似乎都不起作用。

解决这个问题成功了吗?解决这个问题成功了吗?