react-native-bluetooth-escpos-printer icon indicating copy to clipboard operation
react-native-bluetooth-escpos-printer copied to clipboard

Error in Xcode 13

Open Bilal-0506 opened this issue 2 years ago • 1 comments

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'

Bilal-0506 avatar May 22 '22 07:05 Bilal-0506