I want to remove an app from the xcode organizer window in the left menu. I deleted it from ~/Users/Library/Developer/xcode/Product
but it keeps reappearing both in the organizer and in that folder everytime I click on the crashes tab in the organizer
Asked
Active
Viewed 2,689 times
10

rmaddy
- 314,917
- 42
- 532
- 579

MonkeyBonkey
- 46,433
- 78
- 254
- 460
-
Possible duplicate of [How can I remove apps from Organizer in Xcode?](https://stackoverflow.com/questions/30091608/how-can-i-remove-apps-from-organizer-in-xcode) – Matusalem Marques Oct 03 '18 at 13:00
4 Answers
24
You need to remove the App's archive's from ~/Library/Developer/Xcode/Archives
along with ~/Library/Developer/Xcode/Products
to remove it from Xcode's Organizer completely.
-
1Finder didn't open, found out it is `Xcode` (capitalized) for me. Maybe it's the same for you but I didn't want to edit your answer in case I missed something – user2875404 Jan 12 '18 at 20:47
-
2Not a valid location. Use `~/Library/Developer/Xcode/Products` as per @iamfaizuddin 's answer – Lukas Mar 06 '20 at 10:26
8
Delete the apps from Xcode Organiser by going to
~/Library/Developer/Xcode/Products
and deleting the folders from there.Close and reopen the Organiser.

Rafał Sroka
- 39,540
- 23
- 113
- 143
1
You can go to Xcode > Window > Organizer, right click on an archive and click open in finder, then press Command + DPadUp to move up a folder and see all the archives. I had 120GB.

Aimery
- 1,559
- 1
- 19
- 24

Corey Smith
- 85
- 6
0
I have tried on XCode 12.X. Follow the below steps
- Remove the Archives files by right click on apps archive files and
Delete Archive
. - open in finder
~/Library/Developer/Xcode/Products
and Delete bundle id folder which you want to delete.
This works 100%

Ashu
- 3,373
- 38
- 34