-
-
Notifications
You must be signed in to change notification settings - Fork 287
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
fix: 3816 - commented camerawesome #3824
Conversation
Impacted files: * `awesome_flash.dart`: commented everything * `camera_scan_page.dart`: commented references to `camerawesome` * `Info.plist`: wtf * `Podfile.lock`: wtf * `project.pbxproj`: wtf * `pubspec.lock`: wtf * `pubspec.yaml`: commented `camerawesome` and `google_mlkit_barcode_scanning` * `smooth_barcode_scanner_awesome.dart`: commented everything * `smooth_barcode_scanner_visor.dart`: commented everything
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'm okay with commenting it out👍🏻
Lets hope it works
Thank you very much @M123-dev! |
@M123-dev I didn't work this time either. cd ./packages/smooth_app
cd ios
pod update Sentry
cd ..
flutter build ios --release --no-codesign -t lib/entrypoints/ios/main_ios.dart We have the same error message:
It looks like cd ./packages/smooth_app
cd ios
pod update Sentry
pod update GoogleMLKit/BarcodeScanning
cd ..
flutter build ios --release --no-codesign -t lib/entrypoints/ios/main_ios.dart |
ping @teolemon: btw if think you too have access to the CI/CD settings. |
@monsieurtanuki if you change the following in the pubspec, it will work. Please keep in mind that you should still fix the dependency issue by either forking & upgrading the camerawesome package in order to use the latest version of the mlkit library for ios. mobile_scanner:
git:
url: https://github.com/juliansteenbakker/mobile_scanner.git
ref: master to mobile_scanner:
git:
url: https://github.com/juliansteenbakker/mobile_scanner.git
ref: ios-mlkit-3.2.0 |
Thank you @juliansteenbakker for your suggestion. |
Impacted files:
awesome_flash.dart
: commented everythingcamera_scan_page.dart
: commented references tocamerawesome
Info.plist
: wtfPodfile.lock
: wtfproject.pbxproj
: wtfpubspec.lock
: wtfpubspec.yaml
: commentedcamerawesome
andgoogle_mlkit_barcode_scanning
smooth_barcode_scanner_awesome.dart
: commented everythingsmooth_barcode_scanner_visor.dart
: commented everythingWhat
mobile_scanner
) prevent us from even compiling (iOS build is failing due to mobile_scanner #3780).Part of