gpt4 book ai didi

ios - 如何解决 Use of unresolved identifier 'SetOptions' ?

转载 作者:搜寻专家 更新时间:2023-11-01 06:13:20 27 4
gpt4 key购买 nike

我已更新 Firestore 如下。现在,我不能再使用它了。我删除,重新安装了几次。但是没有变化。我快疯了。问题是:

"Use of unresolved identifier 'SetOptions'".

db.collection("").document("").setData([ "p1answered":false, "p1OutofTime": false ], options: SetOptions.merge())

Bolts (1.9.0)
Using BoringSSL (10.0.2)
Using FBSDKCoreKit (4.33.0)
Using FBSDKLoginKit (4.33.0)
Using Firebase (5.0.1)
Using FirebaseAnalytics (5.0.0)
Using FirebaseAuth (5.0.0)
Using FirebaseCore (5.0.1)
Using FirebaseFirestore (0.12.1)
Using FirebaseInstanceID (3.0.0)
Using FirebaseUI (5.0.0)
Using GTMOAuth2 (1.1.6)
Using GTMSessionFetcher (1.1.15)
Using Google-Mobile-Ads-SDK (7.31.0)
Using GoogleSignIn (4.1.2)
Using GoogleToolboxForMac (2.1.4)
Using Protobuf (3.5.0)
Using SwiftySound (1.0.0)
Using TwitterCore (3.1.0)
Using TwitterKit (3.3.0)
Using gRPC (1.12.0)
Using gRPC-Core (1.12.0)
Using gRPC-ProtoRPC (1.12.0)
Using gRPC-RxLibrary (1.12.0)
Using leveldb-library (1.20)
Using nanopb (0.3.8)

//Pod文件

取消注释下一行,为您的项目定义一个全局平台

平台:ios,'9.0'

目标'Tahmin Et'做 # 如果你不使用 Swift 并且不想使用动态框架,请注释下一行 使用_框架!

 # Pods for My App

pod 'SwiftySound'
pod 'FirebaseUI/Google'
pod 'FirebaseUI/Facebook'
pod 'Google-Mobile-Ads-SDK'
pod 'FirebaseUI/Twitter'
pod 'FirebaseCore'
pod 'FirebaseAuth'
pod 'FirebaseFirestore'

end

最佳答案

您的代码没问题,您只需要在您的类中import FirebaseFirestore

编辑:讨论后

pod 'FirebaseFirestore' 也不正确。它应该是 pod 'Firebase/Firestore'。看看Firebase getting started guide设置您的开发环境下选择 iOS 选项卡。

编辑:2

在最新的文档中是这样的:

db.collection("cities").document("BJ").setData([ "capital": true ], merge: true)

关于ios - 如何解决 Use of unresolved identifier 'SetOptions' ?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/50475721/

27 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com