Open MinatoFanboy opened 9 months ago
@MinatoFanboy hey do you solve this?
I encountered this error on Mac M series. Here's how I solved it
installer.pods_project.build_configurations.each do |config|
config.build_settings["EXCLUDED_ARCHS[sdk=iphonesimulator*]"] = "arm64"
end
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.
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