HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
169 stars 103 forks source link

Error Build Release IOS architecture armv7 #110

Open nguyenthanhtruongntt85 opened 2 years ago

nguyenthanhtruongntt85 commented 2 years ago

Error Build Release IOS architecture armv7

Bitcode bundle could not be generated because ‘node_modules/react-native-thermal-receipt-printer-image-qr/ios/PrinterSDK/libPrinterSDK.a(GCDAsyncSocket.o)' was built without full bitcode. All object files and libraries for bitcode must be generated from Xcode Archive or Install build file ‘node_modules/react-native-thermal-receipt-printer-image-qr/ios/PrinterSDK/libPrinterSDK.a' for architecture armv7

Johnsonzhangc commented 2 years ago

I have the same problem. Did you ever figure it out already?

nguyenthanhtruongntt85 commented 2 years ago

I have the same problem. Did you ever figure it out already?

I change to use "react-native-thermal-receipt-printer-image-qr": "0.1.9". https://www.npmjs.com/package/react-native-thermal-receipt-printer-image-qr => basic, it has very much bug, i fixed and use for project.

Today i see new "react-native-thermal-receipt-printer-image-qr" https://www.npmjs.com/package/react-native-thermal-receipt-printer-image-qr-rd

Johnsonzhangc commented 2 years ago

I disable the bitcode when building, and it works now.

Savan-ITDEV commented 1 year ago

I disable the bitcode when building, and it works now.

can you explain how to disable bitcode bro?

chandru-poriyaalar commented 11 months ago

@HeligPfleigh any update on this?

chandru-poriyaalar commented 11 months ago

@Johnsonzhangc How to disable bitcode ?

Savan-ITDEV commented 11 months ago

https://github.com/tr3v3r/react-native-esc-pos-printer work for me