Home > Blockchain >  How can I tell if XCode version 14.2 is stuck on installation? Any way to see percent complete?
How can I tell if XCode version 14.2 is stuck on installation? Any way to see percent complete?

Time:01-03

I'm currently installing (Upgrading to) XCode 14.2 and it has been running for a long time. This is taking longer than my last macOS update.

I currently see the following which only shows a spinner and no update progress.

xcode update, spinner

Floating over the spinner does not give you anything.

I've also looked in Launcher and all I see is this:

xcode installing icon in launcher

Is there any way to see the percent complete?

CodePudding user response:

To get a percent complete you'll have to do the following:

  1. Close the App Store
  2. Open the App Store again
  3. search for XCode so it displays the available apps to install.
  4. float over the spinning cursor in this window (shown below).

enter image description here

  • Related