januslo / react-native-bluetooth-escpos-printer

React-Native plugin for the bluetooth ESC/POS & TSC printers.
MIT License
351 stars 411 forks source link

Error in Xcode 13 #190

Open Bilal-0506 opened 2 years ago

Bilal-0506 commented 2 years ago

Expression does not compute the number of elements in this array; element type is 'const unichar' (aka 'const unsigned short'), not 'char'

else if (cValue < sizeof(C40_BASIC_SET_CHARS) / sizeof(char))

giving this type of error in node_modules/react-native-bluetooth-escpos-printer/ios/ZXingObjC-3.2.2/ZXingObjC/datamatrix/decoder/ZXDataMatrixDecodedBitStreamParser.m:224:57: Expression does not compute the number of elements in this array; element type is 'const unichar' (aka 'const unsigned short'), not 'char'