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.

<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 Keyboard shortcuts: Shift + Command + K

Provide Feedback For This Article
We take your feedback seriously and use it to improve our content. Thank you for helping us serve you better!
😊 Thanks for your time, your feedback has been registered!
Comments & Discussion
Facing issues? Have questions? Post them here! We're happy to help!