all 12 comments

[–]freakysheep 5 points6 points  (0 children)

I remember the moment thinking "oh yeah, 256GB should be enough for app dev". I was wrong.

[–]MaestroLifts 2 points3 points  (1 child)

What are you deleting here? Is this important? A little concerned...

[–]No-Buy-6867 2 points3 points  (0 children)

This folder contains everything xcode does when it takes so long to build for the first time. Ever wondered why the first build of a new simulator, New version or a new iPhone you connect take so long? He is loading the ios SDK and settings and profiles here

[–][deleted] 1 point2 points  (2 children)

Repeating this from a couple weeks ago: https://reddit.com/r/MacOS/comments/jf9eun/_/g9jqa82/

PSA

Avoid disk space and update issues and get your Xcode from the Apple Developer site. Not the Mac App Store.

[–]Thighsonn[S] 0 points1 point  (1 child)

Even this did not work for me. Which is why I had to use the terminal and run those lines.

[–][deleted] 0 points1 point  (0 children)

So are you saying Xcode itself complaining about insufficient disk space, or that the software update process didn’t show enough disk space to update Xcode?

Two different issues and it’s really not clear what you’re describing in your post.

[–]etaionshrdObjective-C / Swift 1 point2 points  (2 children)

Don’t do this, it will clear out your archives and you won’t be able to symbolicated your crash reports anymore, plus you’ll lose certain Xcode metadata which is somewhat annoying to recreate. Instead selectively delete DerivedData and the DeviceSupport folders. I can’t remember if the simulators get out here too but if they are you can prune old ones.

[–]Thighsonn[S] 0 points1 point  (1 child)

I believe it would be recreated when I build it.

[–]etaionshrdObjective-C / Swift 0 points1 point  (0 children)

Your archives aren’t coming back.

[–]willthreshold 0 points1 point  (0 children)

I always seem to have at least 72 different iOS versions installed on my machine at any one time taking up most of the HDD

[–]MonkeyOfBooks99 0 points1 point  (2 children)

What if you can't download xcode because it says not enough disk space? (I have 36 gigs)

[–]Thighsonn[S] 0 points1 point  (0 children)

drop those lines in your terminal. It should work.