I have Xcode 13.2, App Deployment target 12.0, Swift version 4
Getting line 132: ARCHS[@]: unbound variable error while running in the real device. In the simulator, it is running fine.
I have also tried -
- added arm64 in excluded architecture.
- Build active architecture to Yes/No (no impact)