You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot do pod install as I am receiving this error
[!] CocoaPods could not find compatible versions for pod "GoogleMLKit/MLKitCore":
In Podfile:
google_mlkit_face_detection (from .symlinks/plugins/google_mlkit_face_detection/ios) was resolved to 0.4.0, which depends on
GoogleMLKit/FaceDetection (> 3.1.0) was resolved to 3.1.0, which depends on
GoogleMLKit/MLKitCore (= 3.1.0)
mobile_scanner (from .symlinks/plugins/mobile_scanner/ios) was resolved to 0.0.1, which depends on
GoogleMLKit/BarcodeScanning (> 2.6.0) was resolved to 2.6.0, which depends on
GoogleMLKit/MLKitCore (= 2.6.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.2.0, which depends on
MLKitVision
mobile_scanner (from .symlinks/plugins/mobile_scanner/ios) was resolved to 0.0.1, which depends on
GoogleMLKit/BarcodeScanning (> 2.6.0) was resolved to 2.6.0, which depends on
MLKitBarcodeScanning (> 1.7.0) was resolved to 1.7.0, which depends on
MLKitVision (~> 3.0)
The text was updated successfully, but these errors were encountered:
@nashirdrabi : From what you shared you are using 2 packages that in iOS they use different pod versions. mobile_scanner and our plugin both use GoogleMLKit/BarcodeScanning but in a previous version they were using different versions.
You need to run flutter pub upgrade and resolve the specific dependencies of your project.
If you are able to use the latest version from mobile_scanner and ours, both are now using the same GoogleMLKit/BarcodeScanning:
I cannot do pod install as I am receiving this error
[!] CocoaPods could not find compatible versions for pod "GoogleMLKit/MLKitCore":
In Podfile:
google_mlkit_face_detection (from
.symlinks/plugins/google_mlkit_face_detection/ios
) was resolved to 0.4.0, which depends onGoogleMLKit/FaceDetection (
> 3.1.0) was resolved to 3.1.0, which depends on> 2.6.0) was resolved to 2.6.0, which depends onGoogleMLKit/MLKitCore (= 3.1.0)
mobile_scanner (from
.symlinks/plugins/mobile_scanner/ios
) was resolved to 0.0.1, which depends onGoogleMLKit/BarcodeScanning (
GoogleMLKit/MLKitCore (= 2.6.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.2.0, which depends onMLKitVision
mobile_scanner (from
.symlinks/plugins/mobile_scanner/ios
) was resolved to 0.0.1, which depends onGoogleMLKit/BarcodeScanning (
> 2.6.0) was resolved to 2.6.0, which depends on> 1.7.0) was resolved to 1.7.0, which depends onMLKitBarcodeScanning (
MLKitVision (~> 3.0)
The text was updated successfully, but these errors were encountered: