Hello
LOGS looks like this:
[!] CocoaPods could not find compatible versions for pod "Firebase/Messaging":
In Podfile:
Firebase/Messaging
firebase_messaging (from .symlinks/plugins/firebase_messaging/ios
) was resolved to 15.1.3, which depends on
Firebase/Messaging (= 11.2.0)
CocoaPods could not find compatible versions for pod "FirebaseCore":
In Podfile:
firebase_core (from .symlinks/plugins/firebase_core/ios
) was resolved to 3.6.0, which depends on
Firebase/CoreOnly (= 11.2.0) was resolved to 11.2.0, which depends on
FirebaseCore (= 11.2.0)
firebase_performance (from .symlinks/plugins/firebase_performance/ios
) was resolved to 0.10.0-8, which depends on
Firebase/Performance (= 11.2.0) was resolved to 11.2.0, which depends on
FirebasePerformance (~> 11.2.0) was resolved to 11.2.0, which depends on
FirebaseCore (~> 11.0)
CocoaPods could not find compatible versions for pod "FirebaseCoreExtension":
In Podfile:
FirebaseFirestore (from https://github.com/invertase/firestore-ios-sdk-frameworks.git
, tag 11.2.0
) was resolved to 11.2.0, which depends on
FirebaseFirestoreBinary (= 11.2.0) was resolved to 11.2.0, which depends on
FirebaseCoreExtension (= 11.2.0)
firebase_auth (from .symlinks/plugins/firebase_auth/ios
) was resolved to 5.3.1, which depends on
Firebase/Auth (= 11.2.0) was resolved to 11.2.0, which depends on
FirebaseAuth (~> 11.2.0) was resolved to 11.2.0, which depends on
FirebaseCoreExtension (~> 11.0)
CocoaPods could not find compatible versions for pod "GoogleDataTransport":
In Podfile:
firebase_performance (from .symlinks/plugins/firebase_performance/ios
) was resolved to 0.10.0-8, which depends on
Firebase/Performance (= 11.2.0) was resolved to 11.2.0, which depends on
FirebasePerformance (~> 11.2.0) was resolved to 11.2.0, which depends on
GoogleDataTransport (~> 10.0)
google_mlkit_text_recognition (from .symlinks/plugins/google_mlkit_text_recognition/ios
) was resolved to 0.11.0, which depends on
GoogleMLKit/TextRecognition (~> 4.0.0) was resolved to 4.0.0, which depends on
GoogleMLKit/MLKitCore (= 4.0.0) was resolved to 4.0.0, which depends on
MLKitCommon (~> 9.0.0) was resolved to 9.0.0, which depends on
GoogleDataTransport (~> 9.0)
CocoaPods could not find compatible versions for pod "MLKitVision":
In Podfile:
google_mlkit_commons (from .symlinks/plugins/google_mlkit_commons/ios
) was resolved to 0.6.1, which depends on
MLKitVision
google_mlkit_text_recognition (from .symlinks/plugins/google_mlkit_text_recognition/ios
) was resolved to 0.11.0, which depends on
GoogleMLKit/TextRecognition (~> 4.0.0) was resolved to 4.0.0, which depends on
MLKitTextRecognition (~> 2.0.0) was resolved to 2.0.0, which depends on
MLKitVision (~> 5.0)
Build failed :|
Step 6 script Install pods
exited with status code 1
It looks like there is problem with CocoaPods, any ideas how to solve this?