Damian
Damian

Reputation: 245

Xcode 7 Organizer loading taking forever - How to fix?

After Xcode 7 update, organizer takes forever to load and I was unable to submit iOS 9 app. Is there a way to disable automatic iOS Apps refresh, or another way to fix this?

Upvotes: 8

Views: 2736

Answers (3)

Thomas Markel
Thomas Markel

Reputation: 59

If the Xcode organizer is taking way too long to display it is because you have tons of archived apps. The best thing to do is clear out old archives and leave newer archives for apps recently submitted to app store as you will need symbol details for exceptions. see http://blog.favo.org/post/31649090293/xcode-5-places-to-save-some-disk-space

Upvotes: 0

Damian
Damian

Reputation: 245

Also deleting the content of:

/Users/user/Library/Developer/Xcode/Products

will help loading faster

Upvotes: 15

Frank Ramirez
Frank Ramirez

Reputation: 21

I deleted about 2 years worth of archives and now Organizer loads quickly. Right-click and show in finder and just select all. xcode delete archive is extremely slow.

Upvotes: 2

Related Questions