我刚刚更新了我的mac到macOS大苏尔,并试图更新到下一个版本的XCode。它已经以75-80%的速度运行了几个小时:

另外,当我去发射台时,我看到了这个:

其他人有这个问题或知道如何解决它吗?


当前回答

最好的方法是在Mac上打开“控制台”(不是终端)应用程序,在搜索栏中输入“app Store”,然后按下“go”按钮

你会开始看到线条进来,你需要让它足够宽,这样你就能看到零件编号,并注意到进度,就像第二张截图一样

你会注意到有些数字移动得很快,有些则需要10分钟,但至少你知道你没有“卡住”!

其他回答

我使用的是基本款Macbook Air M1 2021 (8 GB RAM)。我下载了Xcode 并使用xip命令安装它。打开终端,输入以下内容:

xip -x ~/file-location

双击文件花费的时间太长,上面的命令花了大约5-8分钟来展开文件。之后,只需将其移动到应用程序文件夹,以便您可以在Launchpad中找到它。

参考答案:https://stackoverflow.com/a/56913909/15425440

仅供参考:在最新的Macbook Air M1上,8GB RAM, 256GB SSD,我从应用商店安装了XCode。我也有同样的问题。我以为我的装置卡住了。我把Macbook放了一整晚,然后它下载了XCode(大约12gb)。在那之后,它开始安装。我把它放在那里一整天都没碰过。晚上XCode就安装好了。我只需要让它静置24小时左右就能完成工作。

如果(像我一样)你只需要命令行工具,你可能想尝试一下:

强制退出安装(使用ActivityMonitor或ps -kill) 从终端命令行运行xcode-select——install

为我工作!

确认13.2和13.2.1中也有。查看顶部答案中的控制台应用程序将显示何时完成

在Ventura上尝试更新到Xcode 14.1近24小时后,我最终丢弃了Xcode应用程序,重新启动,只启动了App Store,并进行了新的安装,将App Store留在前台。它在我的M1 Mac mini上下载了(20分钟内大约7gb),不到一个小时就完成了安装。

背景:

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.