1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

[Flutter]Firebase登録後にpod installでエラー

Posted at

はじめに

Firebase登録後にiosディレクトリでpod installコマンドを打ったところ、エラーが起きたので解決法についてまとめておきます。

エラー文

terminal
[!] CocoaPods could not find compatible versions for pod "Firebase/Firestore":
  In Podfile:
    cloud_firestore (from `.symlinks/plugins/cloud_firestore/ios`) was resolved to 4.5.0, which depends on
      Firebase/Firestore (= 10.7.0)

None of your spec sources contain a spec satisfying the dependency: `Firebase/Firestore (= 10.7.0)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

解決法

iosディレクトリで、

terminal
pod repo update
pod install

参考

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?