swift Firestore 'absl/numeric/int128_have_intrinsic.inc' 文件未找到

标签 swift firebase google-cloud-firestore abseil

我最近刚刚安装了一个名为 Trigger Email 的 Firebase 扩展,它使用了 Cloud Firestore 集合。我试图将 Firestore 存储到我的 iOS 项目以使用它,但出现以下错误:

'absl/numeric/int128_have_intrinsic.inc' file not found

Error in Xcode

以下是我的 podfile 的内容:
platform :ios, '10.0'

target 'FRC Lookout' do
# Comment the next line if you're not using Swift and don't want to use dynamic frameworks
use_frameworks!

# Pods for FRC Lookout

pod 'Firebase'
pod 'Firebase/Core'
pod 'Firebase/Auth'
pod 'FirebaseUI/Auth'
pod 'FirebaseUI/Google'
pod 'Firebase/Database'
pod 'Firebase/Firestore'
pod 'FirebaseFirestoreSwift'


pod 'MMDrawerController', '~> 0.5.7'
pod 'SwiftyJSON', '~> 4.0'
pod 'Alamofire'
pod 'SVProgressHUD'
pod 'SpreadsheetView'
pod 'CollapsibleTableSectionViewController', '~> 2.0.1'
pod 'JTAppleCalendar', '~> 7.0'
pod 'PageControls'
pod 'SwiftKeychainWrapper'
end

它看起来也像 file does exist ,但要么是错误的路径,要么是什么。

任何帮助将非常感激。

最佳答案

在做了一个之后我终于让它工作了

pod deintegrate

然后重做我的
pod install

关于swift Firestore 'absl/numeric/int128_have_intrinsic.inc' 文件未找到,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58908869/

相关文章:

Swift 2.0 转换问题 NSFetchedResultsController didChangeObject

华为设备上的 Firebase 远程配置/实时数据库

iOS APNS 证书即将过期(服务器端的 Firebase)

Firestore 中的 Flutter dart 更新数组

firebase - FieldValue.increment 的 Firestore 安全规则

flutter - 订阅流并在 flutter dart 中转发

ios - Tableview 不重新加载数据

ios - Swift 模块稳定性 : Module compiled with Swift X. Y 无法被 Swift X.Z 编译器导入

Swift Package Manager 可执行应用程序,设置部署目标

android - 在数据写入数据库之前返回 Firebase 任务