Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I remove apps from Organizer in Xcode?

Tags:

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

like image 351
huync Avatar asked May 07 '15 03:05

huync


People also ask

How do I remove an app from Xcode?

Click Applications, and then scroll down to the list of authorized apps and revoke the authorization for the Xcode Cloud app. Self-managed GitLab Instance. Sign into your account for your self-managed GitLab instance and go to your account settings. Choose Applications and then delete the app for Xcode Cloud.

Can I delete project archives in Xcode?

In Xcode 4 you can delete an archived application manually. Right click on it, Show in Finder, remove it as any other folder. Xcode will detect the deletion and update the list of archived apps.

How do I delete old builds in Xcode?

Go to: ~/Library/Developer/Xcode/DerivedData/ModuleCache. Drag the files from the ModuleCache folder to the Trash and empty it.


1 Answers

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.

like image 157
Ahmad Avatar answered Sep 27 '22 17:09

Ahmad