januslo / react-native-bluetooth-escpos-printer

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

Err IOS when build ios (xcode 12.1) #134

Open taidung020801 opened 3 years ago

taidung020801 commented 3 years ago

I had erro when build 22 Please helf me

taidung020801 commented 3 years ago

i using Xcode 12.1 react-native@0.59.9 react-native-bluetooth-escpos-printer@0.0.5 macOS Catalina 10.15.7

FedeMadoery commented 3 years ago

Im facing the same issue, any solutions?

FedeMadoery commented 3 years ago

To solve this issue, just put () around sizeof(char) Example: something / (sizeof(char))

taidung020801 commented 3 years ago

@FedeMadoery thank you for suggestions. i wil try

ujangmisbah commented 3 years ago

To solve this issue, just put () around sizeof(char) Example: something / (sizeof(char))

thanks this worked