He maybe never reported it into the issues tracker. He had a weird issue reported in the forum as a cache related issue, sometimes working, sometimes not, at the development level, about the symbol _barcode no being found.
Probably nothing to do with “barcode” per se but here it goes:
(macOS 10.14.6, full MBS plugin suite)
Using Xojo 2024r1.1:
I have a large Desktop project, it builds fine
I have a console project, it builds fine
Using Xojo 2024r2:
large Desktop project, builds fine
console project, builds fine
repeat Desktop project build, I get this error out of the blue:
[image]
My project has no calls to any barcode methods, and the string “barcode” does not even exist in my project. From then on in,…
There’s something else on the topic too:
I have a user who reports that using the barcode scan works in Monterey 12.7 but not in Mojave 10.14.6. It fails before being asked for permission to use the camera, with this error:
System: macOS 10.14.6
Error message: error
Trace:
RuntimeRaiseException
_Barcode._BarcodeStartScan%%o<_Barcode>
Barcode.StartScan%%o
The ScanFailed event never fired.
Unfortunately, I can’t test in 10.14. Can anyone tell me if they have successfully used the barcode scan object in Mojave?