简体   繁体   English

无法提取 xcode 8 beta 3

[英]Cannot extract xcode 8 beta 3

I have downloaded it 3 times.我已经下载了3次。 Twice in safari and once in chrome.在 safari 中两次,在 chrome 中一次。

Every time I cannot unarchive it with the default tool, or with Unarchiver.每次我都无法使用默认工具或 Unarchiver 解压缩它。

Based on this apple developer thread I tried:基于这个苹果开发者线程,我试过:

$ xar -xf Xcode_8_beta_3\ \(1\).xip 
Error while extracting archive:(Content): archived-checksum sha1's do not match (No such file or directory)

Then:然后:

$ cpio -it < Xcode_8_beta_3\ \(1\).xip 
Content
cpio: Truncated input file (needed 4433260676 bytes, only 4433260317 available): Unknown error: -1

I have 25 gigs of free space on my drive with this file present (but if it was a disk space issue why is it saying my compressed archive is too small by ~250 bytes?)我的驱动器上有 25 gig 的可用空间,其中存在此​​文件(但如果是磁盘空间问题,为什么它说我的压缩存档太小了 ~250 字节?)

I'm using OSX 10.11.4我使用的是 OSX 10.11.4

Anybody know what's going on?有人知道这是怎么回事吗?

I had similar problems.我有类似的问题。 It would just hang verifying.它只会挂起验证。 I was able to successfully extract after updating macOS to 10.11.6.将 macOS 更新到 10.11.6 后,我能够成功提取。

I also cleared out about 50 GB at the same time but I think I already had enough space to begin with.我还同时清理了大约 50 GB,但我认为我已经有足够的空间开始使用了。

i had similar issues.我有类似的问题。 I had OSX 10.11.4 when i faced the issue,so i updated to OSX 10.11.6.当我遇到这个问题时,我有 OSX 10.11.4,所以我更新到 OSX 10.11.6。 Not able to extract .xip file.无法提取 .xip 文件。 Then i tried the below command and that did the trick for me.然后我尝试了下面的命令,这对我有用。

 xattr -d com.apple.quarantine Xcode_8_beta.xip  

Swift 5 During斯威夫特 5 期间

Error Picture

在此处输入图片说明

Step One Picture

[ [在此处输入图片说明 ] ]

Step Two Picture

[ [在此处输入图片说明 ] ]

Step Three Picture DONE

在此处输入图片说明

Upgrade MAC OS to OS X 10.11.6将 MAC 操作系统升级到OS X 10.11.6

This is the minimum requirement to install xcode 8. Otherwise it shows error when we extract Xcode_8.xip这是安装xcode 8的最低要求,否则解压Xcode_8.xip时会报错

I tried using unzip , Unarchiver, and other tools, but ultimately the only thing that opened it was Pacifist .我尝试使用unzip 、 Unarchiver 和其他工具,但最终唯一打开它的是Pacifist However, Pacifist was really slow so I just ended up downloading Xcode from the App Store.然而,Pacifist 真的很慢,所以我最终从 App Store 下载了 Xcode。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM