[!] CocoaPods could not find compatible versions for pod "Firebase/Storage":
[!] CocoaPods could not find compatible versions for pod "Firebase/Storage":
In Podfile:
firebase_storage (from `.symlinks/plugins/firebase_storage/ios`) was resolved to 10.2.11, which depends on
Firebase/Storage (= 8.14.0)
None of your spec sources contain a spec satisfying the dependency: `Firebase/Storage (= 8.14.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.
ソリューション(Apple-Siliconの場合)$ cd ios
$ rm Podfile.lock
$ rm -rf Pods
$ arch -x86_64 pod install --repo-update
Reference
この問題について([!] CocoaPods could not find compatible versions for pod "Firebase/Storage":), 我々は、より多くの情報をここで見つけました https://velog.io/@terman/CocoaPods-could-not-find-compatible-versions-for-pod-FirebaseStorageテキストは自由に共有またはコピーできます。ただし、このドキュメントのURLは参考URLとして残しておいてください。
Collection and Share based on the CC Protocol