Navaron Bracke
Navaron Bracke
The first warning seems unrelated. However, the second warning indicates that you're unable to build for `arm64`. Since you have an ARM Mac, can you confirm that you are either...
@GerlanStanley That workaround seems to align with the fact that arm64 is not supported, I wonder if we can make it supported (as on M1 Macs the simulators would be...
This is talking about arm64 iOS Simulators, not real devices. Presumably this is an issue that occurs only when developing on M1 Macs.
Since this is specifically for arm64 iOS Simulators (I don't know if the reports of this bug also happen with Intel Macs), I think what we can do is check...
We updated MLKit to version 7.0.0 in `mobile_scanner 6.0.0`. If that upgrade didn't help, then I do not have any updates.
It seems that this issue is listed in the MLKit "Known Issues", which I previously missed. https://developers.google.com/ml-kit/known-issues#ios_issues `Simulators on M1-based Mac are not supported.` I'll add the arm64 simulator to...
This should be fixed in version 6.0.2
For anyone wanting to follow along with _adding back_ support for arm64 Simulators, see #1225
Version 6.0.2 does not support arm64 iOS Simulators, as that version still uses MLKit for iOS. You should switch to one of the version 7.0.0 betas, which restore support for...
See the `returnImage` flag, https://github.com/juliansteenbakker/mobile_scanner/blob/master/lib/src/objects/barcode_capture.dart#L19-L23