thiendangit / react-native-thermal-receipt-printer-image-qr

React native thermal receipt printer
https://www.npmjs.com/package/react-native-thermal-receipt-printer-image-qr
120 stars 81 forks source link

libPrinterSDK.a(GCDAsyncSoket.o) #113

Open MinatoFanboy opened 9 months ago

MinatoFanboy commented 9 months ago

I suddenly got this error: In ../node_modules/react-native-thermal-receipt-printer-image-qr/ios/PrinterSDK/libPrinterSDK.a(GCDAsyncSocket.o), building for iOS Simulator, but linking in object file built for iOS, file '../node_modules/react-native-thermal-receipt-printer-image-qr/ios/PrinterSDK/libPrinterSDK.a' for architecture arm64

react : 18.2.0 react-native : 0.72.4 react-native-thermal-receipt-printer-image-qr : 0.1.11

Screenshot 2024-02-02 at 08 31 07
manarhidayat commented 6 months ago

@MinatoFanboy hey do you solve this?

lngdao commented 5 months ago

I encountered this error on Mac M series. Here's how I solved it

image image
sangram37 commented 1 month ago

It is working, but some packages in my app are targeting arm64-apple-ios-simulator and not x86_64-apple-ios-simulator. What should I do? Please help resolve my issue.