Xcode Slow Download



Download Cookie Exporter add-on for Firefox from here. Download Xcode from Apple developer website. Procedure: Login to Apple Developer website in Firefox and start downloading the Xcode.dmg file normally, now go to menu-Tool-Export Cookies. Save the cookie.txt in Download Folder (choose any location you like). Stop the download in Firefox. I've recently been noticing my download speeds for files have been very slow. I've run a speed test, and it said my download speed is greater than 60 Mb/s, but when I go to download a file, it barely exceeds 100kb/s. This happened very suddenly too, in the past, speeds were as high as 20 Mb/s. If things seem slow, use Console to look into the log. If there's stuff being logged constantly, there might be something at fault other than Xcode. Also, FWIW, a number of times on these forums, someone has complained that Xcode was misbehaving, and days later reported that they forgot they'd installed some hack to sometime a long time ago. EXTREMELY Slow download on App store - VMWare running Mac OS Big Sur HELP I am running Mac OS Big Sur on VMWare Workstation 15 trying to update Xcode and the download speed seems to be getting exponentially slower as time passes.

  1. Xcode 11 Download Slow
  2. App Store Xcode Download Slow

Question or issue on macOS:

Xcode

I recently upgraded to Xcode 7.3. I found that loading up the storyboard can take anywhere from 5 to 10 minutes to complete(and may sometimes result in a crash). I’ve restarted my Mac several times. I uninstalled Xcode and reinstalled it to no avail. I then cleared my Derived Data as well as com.apple.dt.Xcode to find that this did not help either. Is anyone experiencing a similar issue and possibly has a solution?

How to solve this problem?

Solution no. 1:

Although this actually might be an issue with incremental changes in Storyboards with Xcode 7.3 you can always speed up build times by creating multiple small Storyboard files in favor of a big bloated Storyboard.

Xcode can then reuse already built Storyboards in subsequent builds (as long as they are not changed) instead of building the complete bloated Storyboard over and over again even for small changes.

App

Apple even has a guide that might help getting this started.

Downloading

I hope that helps!

Solution no. 2:

This is really annoying bug/issue with XCode 7.3. So, If you have an hour or so to spend you can download and install XCode 7.3.1 Beta from here https://developer.apple.com/xcode/download/
It seems that this issue has been fixed in this version (at least it works for me).

Xcode 11 Download Slow

Edit: OK. After a few minutes, Interface Builder became extremely slow again. Changing only one property can take up to 15-20 minutes.
After some research I have figured out that autolayout constraints were the cause of this issue, BUT only if you have a combination of some components present. I had a segmented control inside a navigation bar. When I removed navigation bar and placed segmented control in a simple UIView, all issues were gone and IB was smooth again.

Can i upgrade lion to yosemite. Learn how to set up and use macOS. Find all the topics, resources, and contact options you need for macOS. MacOS Big Sur elevates Mac to a new level of power and beauty with a refined new design, major app updates, and more transparency around your privacy.

Hope this will help.

Solution no. 3:

Xcode Slow Download

I am using Xcode 7.3.1 and had the same problem. My problem was solved by disabling source control.
Go to Xcode->Preferences->Source Control and then Uncheck the Enable Source Control. Worked for me.
Thanks.

Solution no. 4:

Sometimes the storyboard gets slow because of unresolved errors of autolayout. In my case i tested by changing screensizes and it showed me some errors on different sizes. Apple macbook pro update. Once i resolved those errors the storyboard was working fine. Please confirm

Xcode

Solution no. 5:

Yep I had the same problem. Update catalina mac. In design mode, it’s Autolayout that is causing the 5-10 second delay between edits, especially if it’s a large storyboard. Turning off Autolayout in the storyboard at design time fixed the issue for me:

Open project
Select storyboard from the Project Navigator
Open the file inspector
Under Interface Builder Document uncheck ‘Use Autolayout’

If you need Autolayout at run time, I recommend you layout your Storyboard in design time with this off (to avoid those long delays between edits) then turn it back on afterwards. Or, turn Auto layout on programatically. Or better yet, split your storyboard out into smaller storyboards.

Referenced this question: Can I disable autolayout for a specific subview at runtime?

Solution no. 6:

I got the same issue recently after I updated the OSX to 10.11. Xcode 7.3 will take almost 5 mintues to respond when I just change the button’s font (or anything else change). This made me almost crazy. Incidently, just for a try, I updated Xcode from App Store to 7.3.1. Then I was happy to cry when I opened the storyboard and changed the attributes. Xcode responds smoothly.

App Store Xcode Download Slow

So please try Xcode 7.3.1 for your problem. Hopefully you can be happy with it.

Hope this helps!