How can I delete derived data in Xcode 8?

前端 未结 16 1200
醉梦人生
醉梦人生 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:40

    Go to the root of the project using terminal and then paste the below mentioned line

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

    Once it is executed, you can verify by going to Xcode > Preference > Locations -> Tap arrow shows ["DeriveData"] end point.

提交回复
热议问题