armadsen / ORSSerialPort

Serial port library for Objective-C and Swift macOS apps
MIT License
751 stars 183 forks source link

Build failed because ORSSerial is missing a required architecture. #195

Open ShineyChaudhary opened 1 year ago

ShineyChaudhary commented 1 year ago

I am not able to create the build for Xcode 14.3. I get architecture error.

Screenshot 2023-08-02 at 7 01 51 PM

ld: warning: ignoring file /Users/shineychaudhary/Library/Developer/Xcode/DerivedData/EversenseUpgrade-crgymmuzmrxacmganbqrptapnsjr/Build/Products/Debug/ORSSerial.framework/ORSSerial, building for macOS-x86_64 but attempting to link with file built for macOS-arm64 ld: warning: Could not find or use auto-linked framework 'ORSSerial'

Kindly help me with this issue.