I am developing an app with Xcode 13.0 (13A233) on Macbook with an M1 chip.
After updating pods to the latest version, the pods are complaining about error
CompileSwiftSources normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Alamofire' from project 'Pods')
I've already applied the following solutions for the main project and all pods projects:
- Excluding arm64 architecture for 'Any iOS Simulator SDK' from Excluded architectures
- Set 'YES' to 'Build Active Architecture Only'
- There is no field called 'VALID_ARCHS' in the User-Defined section
Any quick response with a proper solution will be much appreciated.
Thank you