Search code examples
xcodexcode8

How to "Delete derived data" in Xcode8?


In Xcode7 you click Window -> Projects and select the projects that you want the derived data to be deleted.

But with Xcode8 beta 2 the project menu no longer exists under the Windows menu. Are there any quick methods to delete the derived data through Xcode8 interface?


Solution

    • Close Xcode
    • Open Terminal and enter this command

      rm -rf ~/Library/Developer/Xcode/DerivedData