Yesterday I have updated to Xcode 14.3 (14E222b) and randomly my project stopped building giving this error:
/path/libBarcodeScanner.a(msi.o), building for iOS Simulator, but linking in object file built for iOS, file /path/libBarcodeScanner.a' for architecture arm64.
I have tried these solutions, which didn't help at all:
- Clean DerivedData and Build
- Run Xcode on Rosetta
Exclude Architectures
- →
Any iOS Simulator SDK
→arm64
- →
Build Active Architecture Only
- → Already set
Yes
forDebug
- → Already set
- Delete everything related to Xcode, and downgrade to Xcode 14.2.
I literally can't work right now because of this random error... Any help would be appreciated.