Xcode 13 - unknown error compiling for iOS 15.0 but module has a minimum deployment target of iOS 15.2


I recently ran into the below error in Xcode 13 when I changed the iOS Deployment Target from 15.2 to 15.0 and tried to do a build.

iOS Deployment Target
iOS Deployment Target
<unknown>:0: error: compiling for iOS 15.0, but module 'TARS' 
has a minimum deployment target of iOS 15.2: /Users/user/Library/
Developer/Xcode/DerivedData/TARS-chjqqkjsdfsfmxybsuyfeztt/
Build/Intermediates.noindex/
Solution:

Was able to fix this issue by going to Xcode Menu: Product > Clean Build Folder and doing the build again. You can also use Keybaord shortcuts: Shift + Command + K

Clean Build Folder Xcode
Clean Build Folder Xcode