Cloud FireStore でアプリを有効にしようとすると、次のエラーが発生します。
[!] Unable to satisfy the following requirements:
- `Firebase/Firestore` required by `Podfile`
Specs satisfying the `Firebase/Firestore` dependency were found, but they required a higher minimum deployment target.
podfile 要件を 10.2 に変更し、xcode デプロイメントを 10.2 に変更しましたが、まだこのエラーが発生します。助言がありますか?
編集:
私にとっての解決策:私はやった
pod repo update
pod install
pod update
その順序で、それはうまくいきました。