How can I delete derived data in Xcode 8?

前端 未结 16 1025
醉梦人生
醉梦人生 2020-11-22 01:19

The projects page seems to be disappeared from Xcode 8. I used this page for deleting the derived data.

Any idea how can I delete derived data from within Xcode 8?

16条回答
  •  再見小時候
    2020-11-22 01:51

    Method 1:

    • Close Xcode
    • Open Terminal and enter this command

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

    Method 2:

    • Click on Xcode menu
    • Go to Preference
    • Select Locations (as shown in image)
    • Click on the arrow below the Derived Data (as shown in image).

    It will bring you to the location of derived data and you can just delete it manually.

提交回复
热议问题