I just updated my mac to macOS Big Sur, and am trying to update to the next version of XCode. It has been on 75-80% progress for hours:
Also, when I go to launchpad I see this:
Is anyone else having this issue or know how to fix it?
As a first test to check if everything is just going fine but really slow, try this:
Keep the App Store window open (thanks to #Dhruv Saraswat to point this out).
Open the "Console" app (not the "Terminal", but the "Console")
Go to the "Search bar" and type "App Store".
Push "Start" button.
Log lines will be added from time to time showing you how the installation process goes. In my case, I saw "... Completed: 825 of 1000", and some time later I got "... Completed: 826 to 1000", and so on.
That way you can at least check if everything is working, although really slow. You can then guess how long it will take to the "Completed: 1000 to 1000" step in your own situation.
This is weird behaviour everyone face nowadays when installing from AppStore. Instead of that download dmg of required xcode version from apple developer account and install.
Please refer below link to download XCode versions.
Xcode download link for all versions.
Above link contains download link from XCode version 1.0 till the latest.
mine was stuck for about 3 days and even rebooting didn't help!
i was trying to update to xcode 13.2.1 on MacOS Monterey
what i did was:
1- opened Activity Monitor and force quitted "installd" (not sure if it was necessary though!)
2- opened Launcher, held Option key (to make the icons jiggle) and clicked the x on xcode's corner! asked me if i want to delete the app and i confirmed but magically it stayed and when i opened it it was updated to the latest version! so basically it was done installing just didn't know it.
in my case force quit installd, close and open appstore, run update again
Had the same issue after updating my MacBook to Big Sur and trying to update Xcode to version 12.5.
Tried to reinstall, reboot my Mac, delete the app and install it again from App Store.
Decided to leave the installation overnight and it helped! In the morning Xcode was installed successfully.
I was stuck at Completed : 808 of 1000.
This is workaround.
Left down side of App store application screen, there is an account button.
Press account, then you can see message you should ACCEPT something.
Press accept and enter iCloud password.
Then magic. Console's app store log numbers going up.
Just FYI: On the latest Macbook Air M1, 8GB RAM, 256GB SSD, I installed XCode from the App Store. I had exactly the same issue. I thought my installation is stuck. I left Macbook for the whole night, then it downloaded XCode (around 12 GB). After that, it started installing it. I left it for the whole day and didn't touch it. In the evening XCode was installed. I just needed to leave it for around 24 hours to do the job.
Best way is to open 'console' (not terminal) app on Mac and type 'App Store' in the search bar then hit 'go' button as per first screen shot
You will start to see the lines come in and you need to make it wide enough so you get to see the parts number and notice the progress like in the second screenshot
You will notice some of those numbers will move fast, some will take up to 10 minutes, but at least you know you are not 'stuck'!
I had exactly the same situation, I updated MacOS and then updated Xcode to 12.5.1 and it got stuck on 7.2GB of 7.2GB. I left it for 4 hours with nothing happening (but in Activity Monitor 'installd' was working away). I left it overnight and it had sorted itself out by the morning.
If (like me) you only need the command-line tools, you may want to give this a try:
force-quit installd (using ActivityMonitor or ps -kill)
run xcode-select --install from the Terminal command line
Worked for me!
For me, the solution suggested by #thelawnmowerman worked perfectly.
Just need to check the number that is currently in progress out of the total threads. Once it completes the total, in a few mins, the xcode can be launched.
Although it does not speed up, but in Mac App Store, you should see the spinning wheel next in Xcode - place the cursor ON the wheel and you should see the installation progress (eg 52%).
If it does not move, cancel the Xcode installation and start again.
Confirm it has in 13.2 and 13.2.1 as well. Viewing the console app in the top answer will show you when it's done
I updated Xcode on M1 macbook pro with lots of RAM and lots of SSD MacOS 12.1 today from 12.2 to 12.3. It took 4.5 hours. So patience helps, and watching the logs as well.
I had the same problem, and for me, the tips in this thread did not work. What I found to be the problem is that App Store didn't think I had enough space when in fact I had enough space for Xcode.
To solve the "space" problem you can create a dummy file and directly remove it. This allows you to trick your computer that you actually have enough space. (Has to do with containers, read here for more info: https://medium.com/geekculture/installing-xcode-with-not-enough-disk-space-available-b96c8f17115b)
STEP BY STEP GUIDE:
Open the Terminal
Move to the location where you want to create your file using cd. Like cd Documents
Now use command mkfile G your-file-name.ext ( example: mkfile 4G mymovie.mov => will create a movie file with name mymovie of size 4GB)
Hit Enter, It will take some time to complete the process (depends on the file size)
When the command completes the prompt should return and a file would be created.
Go to finder and remove your file. (Move to trash)
Emeditly install Xcode again.
Hope you find it helpful :)
I faced the same issue. I monitored the process using #thelawnmowerman answer. But the process was getting stuck after progressing.
I terminated the App Store every time the process got stuck and opening it again also started monitoring process again, it started progressing every time and I reached to the 1000 (100%).
I am using a base Macbook Air M1 2021 (8 GB RAM). I downloaded Xcode from the
apple developer portal and installed it with the xip command. Open your Terminal and type the below:
xip -x ~/file-location
Double-clicking the file takes too long, the above command took ~5-8 minutes to expand the file. After that just move it to the applications folder so you can find it in the Launchpad.
Reference to answer: https://stackoverflow.com/a/56913909/15425440
Turning off the file shield of your antivirus will helped in my case.
While an anti-virus shouldn’t technically block an app from the Mac App Store, it seems that Xcode is an app with its own unique set of problems which is why disabling the anti-virus works in some cases.
The Console is very helpful. It shows that installation is working, albeit slowly.
I had to download xCode 3 times. Re-install it 3 times. All in all about 8-12 hours effort.
It is still proceeding, SLOWLY.
It would be very helpful if the Apple team put in a better "installation progress" indicator -- like exists for so many other products.
I faced a similar issue while installing the 13.3 version. My progress bar was showing installing for about 1-2 hours and then it started showing waiting. What eventually worked for me was installing it using terminal code "xcode-select --install".
Solved - My new MacBook Air M2 was struggling with downloading and installing Xcode. The problem, I think, was that the laptop sleeps after a short period of time and that stops the download/install process. Download/install restarts at 80% or 0% when the laptop is reawakened - repeat. A simple way to avoid the laptop from sleeping is to open the Terminal application (Application/Utilities/Terminal) and type "caffeinate". That prevents the laptop from sleeping and lets the download/install process complete itself. When done type control-c into the Terminal and it will quit caffeinate.
This was so frustrating for me
When I checked the console, I felt like there was a problem with my account.
Because I changed my password once before.
So I went to App Store -> my account -> I had to login again.
After trying to update to Xcode 14.1 on Ventura for nearly 24 hours, I eventually trashed the Xcode application, rebooted, started only the App Store, and did a new install, leaving the App Store in the foreground. It downloaded (about 7 GB in 20 minutes) and completed the install in less than an hour on my M1 Mac mini.
Background:
After updating to Ventura, there was an update to Xcode 14.1 in the App Store. As with previous versions, I had trouble installing it. This time though, the install would progress to 61% (seen by hovering the mouse over the spinning circle in App Store), then stay there. Filtering for ASDAppQuery in the Console, as suggested in other answers, showed progress for a while, but then also stopped. The installd process was still using a lot of CPU. However, after a while it would stop doing so. It seemed that the App Store app would stop, and a couple of times I checked Activity Monitor and saw that it was in "App Nap" mode. After waking up again, the appstoreagent would run at 95% CPU (one core) for a while, followed by installd running again, at around 300% CPU. This cycle continued, but with no progress. I tried leaving it overnight, but in the morning it was in the same state: neither appstoreagent nor installd doing anything, but then seeming to wake up and grind away again, but making no progress. I had also tried quitting the App Store and starting again, but the same kept happening - going to 61%, then spinning away with no progress indication. Finally, I decided to trash Xcode, reboot, and install - that worked quickly and flawlessly.
fixed forcing close the installd process and run again the App store
Oh, it really helpful!
I user IOS12.3.1 in VMWare Station, and when I update xcode from 13.2 to 13.3, it get stucked.
additoin: my cpu is i5-9
You can open the app store, search XCode and click the stop button. Worked!
This is on OS X Yosemite. It appears when I try launching Xcode.
There are no updates shown in the App Store and there are no active downloading updates shown, either. Not exactly the pinnacle of Apple's great user experiences.
I hope I don't have to do a clean install…
This happened to me during the installation of iTunes 12.2.1 (1220C173).
I restarted my computer and ended the update, then Xcode opened properly.
Happened to me as well. Restarting the computer fixed it.
Restart fixed mine too - after restarting, it asked me if I wanted to install some required components, and once that was done it worked fine.
Opening Xcode from the App Store fixed this issue for me.
Looking at the screenshot it seems a weird error. I don't think there will be a easy solution for this error. You have to go through the hard way.
Update/Install xcode again. If it didn't then
Update iTunes and launch/download Xcode again. If it didn't then
Update your Mac OS and try the above
P.S: I usually download xcode from here rather than from Appstore( requires Apple ID to login) https://developer.apple.com/downloads/
In my case I attempted to download Xcode 6.4 from the AppStore and got this same message AND the AppStore progress indicator was stuck; I couldn't pause the download because the button was grayed out. I rebooted and restarted the download a few times to no avail. But then I decided to wait and let the thing work itself out, and it did. Aparently there is a bug in the AppStore download for Xcode 6.4 that DOES download it (and it took forever in my slow connection) but does not show a progress bar. When I opened the Activity Monitor's Network tab, there it was!
Since I installed the Xcode 5 from the App Store I can't start Xcode.
I click on the Xcode icon, then icon bounce 1 time then nothing.
The program doesn't respond...
I tried to uninstall and reinstall Xcode but I got the same problem.
I think the best way is to completely uninstall XCode and its accompanying utilities.
You can follow this link for that.
I am plagued by this problem. Ever since I updated to XCode 5 I have had nothing but trouble. When I open it it does nothing but it does say Application Not Responding when you right-click the icon in the tray.
Once I walked away and hours later when I came back it was open. So I tried it again and waited. around 30 minutes later, it opened. I've figured out that if you wait long enough, eventually it opens.
I know this is only a temporary, partial solution, but it may be all you have until the release Mavericks. I have read in searching for a solution that XCode 5 works in 10.9 but developers struggle using it on 10.8.5 <----- specifically 5!
I just installed the 10.8.5 supplemental 1.0 update and it didn't change anything for me.
Try to open the program and see if letting it sit for a while maybe even overnight, and see if it opens like mine. If so, maybe someone can help with that extra information.
Well i have the exact same problem that you are facing. This is how you can solve it:
First of all just uninstall the current version of Xcode from your Mac completely. You can delete it from the Applications. After that you will still see the Xcode icon in the LaunchPad and i don't know why. You have to delete it from the LaunchPad too. Just by clicking and holding until the cross button appears and then press the cross button to delete.
Once this is done, don't download it from the App Store. Instead download from a direct link. Go to this LINK and find the Xcode and download the DMG file. Then you can install it and you will have no problem.
You can either waste your time troubleshooting the problem or you can just do what i told you to save some time. The choice is yours!
Hope this helps!
I recently had a problem with Xcode 3.2.6 and decided to reinstall it. I tried to uninstall the previous one before but wasn't able to. The instructions said to run a line in a terminal window but I kept getting the message that Xcode was not found. Anyway, I decided to do a not-so-clean reinstallation and clicked on the dmg to install it.
Everything went fine until now, there is a message that reads
"running package scripts"
"install time remaining: 2 min"
it has been like this for the last 20 minutes!!!!!! what should I do?????? should I force it to quit with activity monitor? should I wait longer?
HELP PLEASE!!!!!
Actually, I know now what happened... during the installation process it asked me to close iTunes, which I did, but the window asking for it remained opened. It occurred to me to check if there was something else from iTunes opened in the activity monitor, and there was! iTunes has an "iTunes helper" that opens automatically and doesn't close when you close iTunes. I forced the helper to quit and that unblocked the installation process!
I am trying to install Xcode 4.1 GM on my Lion mac but it's not working. When it is almost finished, I get the popup to quit iTunes even though it is already quit. So the only option I have is to quit iTunes helper or alert in activity monitor, then it finishes the install. However then Xcode crashes on launch. Any ideas?
You can go into Activity Monitor and Quit the iTunes helper. That will also get Xcode to finish.
Looks like you've solved the install problem. It's not a solution per se, but setting Xcode to run in 32-bit mode fixed the crashing problem for me.
It's too early to say what the trade-off is (if any), but whatever it is, it's bound to be better than not being able to use it at all.
On a side note: please accept Phil's answer since he gave the correct solution to your original problem. C:
if you boot into single user mode (Press S when starting up), the installation works as it should. Xcode will then function without switching it to 32-bit mode.
Open "Activity Monitor" (press Command+Space to bring up spotlight, or find it in Applications.)
Sort by Process Name and find the process called "iTunesHelper".
From the "View" menu choose "Quit Process".
Then click on the "Force Quit" button. Xcode installation should continue now.
Try to use the xCode through the Finder after you get this problem. It happened to me, but I can still run the xCode.
I think it's something to do with your version of itunes is more updated than your Mac Os version.