Xcode – Command MergeSwiftModule failed with a nonzero exit code: Compiling for iOS 13.0, but module 'xxxTests' has a minimum deployment target of iOS 14.2:
I am testing my App today, and everything was working well, I was testing it on iOS 15, and after that I wanted to test it on iOS 13, so I set my iOS Deployment Target to iOS 13.0, then…