9

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?

pkamb
  • 33,281
  • 23
  • 160
  • 191
smeeb
  • 27,777
  • 57
  • 250
  • 447
  • You probably need to update your os to sierra mac os. –  Sep 05 '17 at 15:55
  • 2
    @Apple: Please add requirements/version checking to your Xcode installation process and provide a meaningful error message if these checks fail. Sincerely, smeeb from SO. – smeeb Sep 05 '17 at 15:57

2 Answers2

4

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

Dan M
  • 370
  • 2
  • 13
2

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.

DariusV
  • 2,645
  • 16
  • 21