-
-
Notifications
You must be signed in to change notification settings - Fork 535
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Incompatible with latest CocoaPods version 1.15.1: No such module 'MLKitVision' #953
Comments
I can confirm this behavior. Hint: when using 1.11.3 the replacmenet of DT_TOOLCHAIN_DIR with TOOLCHAIN_DIR must be done manually (see e.g. here CocoaPods/CocoaPods#12012 (comment)) |
In the related Stackoverflow issue someone has hinted to this: https://stackoverflow.com/a/77419102/19807154.
|
Same issue I faced after updating cocapod at 1.15.1. |
I believe there happened to be some regressions in 1.15.1 try updating to 1.15.2 and see if this happens. |
Works with 1.15.2 |
Got the same error with pod 1.15.2 |
May you share your flutter doctor? Also you could try |
When I try to build a clean Flutter app, created with
flutter create
(Flutter 3.16.9, channel stable), and add themobile_scanner
dependency to thepubspec.yaml
:mobile_scanner: ^4.0.0
, then I receive the above mentioned error:I have the latest CocoaPods version installed, which is
1.15.1
as of today.The
mobile_scanner
does not seem to be compatible with this version.The text was updated successfully, but these errors were encountered: