Xcode 9: Block-compressed payload operation failed

4.6k Views Asked by At

MacBook Pro El Capitan (10.11.6) here. I'm trying to install Xcode 9 so that I can play around with ARKit. From the Apple Developer's site, the only version of 9 I can find is Xcode_9_beta_6.xip (please correct me if I'm wrong!), so I download it:

enter image description here

Then I extract & run the XIP file:

enter image description here

But that operation fails due to this strange error that Google doesn't really help me out with (at all):

The operation couldn't be completed. Block-compressed payload operation failed

enter image description here

Any ideas what's going on here?

2

There are 2 best solutions below

5
On BEST ANSWER

You must use at least the version 10.12.6 to install Xcode 9 beta 6 , I had the same problem but this solved after update my MacOs version, you can try unzip the file with Archive Utility.

1
On

xip -x Xcode_12.5_beta_2.xip worked for me today.