How can I remove apps from Organizer in Xcode?

If I log in to my iOS Developer account to Xcode, it autoloads all my applications to the Organizer window (Window -> Organizer). Now, when I log out from my account, my apps still persist in Organizer. How can I remove them?

apps are still in Organizer


Solution 1:

Yes, you can delete all iOS Apps from Products.

So, go to this path:

~/Library/Developer/Xcode/Products

and remove any apps.

Be sure to remove any related archives in

~/Library/Developer/Xcode/Archives

which are divided by date archived.

If you have any difficulty to get the Library folder all you need to do is hit Command+Shift+G from the Mac desktop and type in ~/Library to temporarily access the Library directory in the Finder.

Solution 2:

Just removing everything in ~/Library/Developer/Xcode/Products is not really removing everything.

When you open Organizer, it will load the app lists on the left panel. To remove the app lists on the left panel, goto:

~/Library/Developer/Xcode/Archives

and remove everything in there too.