HeligPfleigh / react-native-thermal-receipt-printer

A RN library for thermal printer
157 stars 102 forks source link

Bitcode bundle could not be generated because .../react-native-thermal-receipt-printer/ios/PrinterSDK/libPrinterSDK.a(GCDAsyncSocket.o)' was built without full bitcode #120

Closed ponleukea closed 1 year ago

ponleukea commented 1 year ago

Current Behavior After I make Archive from Xcode error like this: ==> Bitcode bundle could not be generated because ....node_modules/react-native-thermal-receipt-printer/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/ios/PrinterSDK/libPrinterSDK.a' for architecture arm64

Any solution to resolve this issue because we can not release IOS APP with disable bitcode ?

Environment

software version
iOS or Android
react-native
node
npm or yarn
randomtoni commented 1 year ago

@ponleukea did you have up on this or were you able to find a solution?

Hasham24 commented 3 months ago

@ponleukea Could you please provide the solution?