Reputation: 2655
I have downloaded the new Xcode 9 build from the Apple website
https://developer.apple.com/xcode/
However, I am getting the following error when extracting the file
Is this a known issue with the downloadable file or do I need to do something else in order to extract the xip
file.
My Mac config
High Sierra
System Version: macOS 10.13 (17A352a)
Kernel Version: Darwin 17.0.0
Upvotes: 10
Views: 8301
Reputation: 2008
I tried using unzip
, Unarchiver, and other tools, but ultimately the only tool which was even able to open the file was Pacifist. However, Pacifist was really slow so I just ended up downloading Xcode from the App Store.
Upvotes: 0
Reputation: 6013
During Swift 5 I want to install the old Xcode and i am DONE with just some step https://stackoverflow.com/a/61096470/6881070
https://stackoverflow.com/a/61096470/6881070
Upvotes: 0
Reputation: 12594
I was having older version of MacOS then required for given Xcode's xip file. Thats why it was giving me above error. Once I Updated my MacOS to required version. The same xip started working fine.
Upvotes: 0
Reputation: 2655
It looks like the software I was using to unzip https://theunarchiver.com/ didn't support xip
format fully. Switching to the native osx
unzip solved the issue
Upvotes: 29