go to ~/Library/Developer/Xcode/DerivedData/{project name + gobly-gook} and delete the folder with your project name.
EDIT After sentence
NOTE.
By default, the library folder is hidden, so we donβt see it.
So we have three ways to use this hidden folder ~ / Library
1.Do not browse the library by running the following command to display the ~ / Library folder
chflags nohidden ~/Library
Now you can see the library folder as / Users // Library
2. Open the GO finder menu and press the Alt key, and the library will be visible as a new menu item.
Select this to open the library folder.
3. You can access the ~ / Library folder using the terminal.
source share