How to delete DerivedData?

Hi, are you coding in Swift?

When you do, the DerivedData in Xcode gets broken very often, and it’s a pain, isn’t it?

When it does, how do you delete it? Do you delete it from the menu, or from the directory?

It can be always a pain in the neck. Having said that, when you have nothing left to do, it could fix the issue by removing it.

This time, I created a Xcode Plugin to delete it easily, and here it is.

It deletes the DerivedData for your project automatically when you excute “clean” via Xcode. You only need to tap “clean” when the DerivedData got broken with this.

This plugin was featured in this week in Swift.

Any feedbacks are always welcome.

Thanks.