-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Getting build error on Xcode simulator but working fine on Android emulator #167
Labels
bug
Something isn't working
Comments
Hi @MaheshKaemSolutions . Do you find any solution for this?? |
@miklosherald09 actually this library doesn't support simulators, but you can build this library on real device and it's working fine over there. |
1 task
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
Getting this error
In /Volumes/MaheshWork/RNDThermalPrinter/node_modules/react-native-thermal-receipt-printer/ios/PrinterSDK/libPrinterSDK.a(GCDAsyncSocket.o), building for iOS Simulator, but linking in object file built for iOS, file '/Volumes/MaheshWork/RNDThermalPrinter/node_modules/react-native-thermal-receipt-printer/ios/PrinterSDK/libPrinterSDK.a' for architecture arm64
even after removing flipper related lines from podfile and appDelegate.mm.
Expected Behavior
How to reproduce
installed library with version :1.2.0-rc.2
Your Environment
ios mac M2 Chip
The text was updated successfully, but these errors were encountered: