I am using Xcode10.1, and it is crashing unexpectedly

40 Views Asked by At

Tried cleaning caches and other method mentioned on forum to resolve this but dint worked. If I open new project it works, but that also crashes after 3-4 days.How this can be resolved [![ ][1]][1]

enter image description here

1

There are 1 best solutions below

2
JohnWick On

Delete ~/Library/Developer/Xcode/DerivedData by running this command in terminal:

rm -r ~/Library/Developer/XCode/DerivedData

If that doesnt work, At this point and with given info, all I could recommend to delete and reinstall Xcode.